|
34 | 34 | persist-credentials: false |
35 | 35 |
|
36 | 36 | - name: Set up Go ${{ matrix.go-version }} |
37 | | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 |
| 37 | + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 |
38 | 38 | with: |
39 | 39 | go-version: ${{ matrix.go-version }} |
40 | 40 | cache: false |
@@ -69,14 +69,14 @@ jobs: |
69 | 69 |
|
70 | 70 | - name: Upload artifact for ${{ matrix.os }} |
71 | 71 | if: matrix.os != 'windows' |
72 | | - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 |
| 72 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
73 | 73 | with: |
74 | 74 | name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }} |
75 | 75 | path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }} |
76 | 76 |
|
77 | 77 | - name: Upload artifact for ${{ matrix.os }} |
78 | 78 | if: matrix.os == 'windows' |
79 | | - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 |
| 79 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
80 | 80 | with: |
81 | 81 | name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }} |
82 | 82 | path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }} |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | - name: Show Rust version |
107 | 107 | run: cargo --version |
108 | 108 |
|
109 | | - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 109 | + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
110 | 110 | with: |
111 | 111 | name: sops-${{ matrix.go-version }}-linux-amd64-${{ github.sha }} |
112 | 112 |
|
|
0 commit comments