Skip to content

Commit 1d95b91

Browse files
chore(deps): update all non-major dependencies in .github/workflows/tinygo.yml
1 parent baad819 commit 1d95b91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/regression.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@ jobs:
4848
export BUILD_TAGS=${{ matrix.build-flag }}
4949
go run mage.go coverage
5050
- name: "Codecov: General"
51-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
51+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
5252
if: ${{ matrix.go-version == '1.22.x' }}
5353
with:
5454
files: build/coverage.txt
5555
flags: default,${{ matrix.build-flag }}
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
- name: "Codecov: Examples"
58-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
58+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
5959
if: ${{ matrix.go-version == '1.22.x' }}
6060
with:
6161
files: build/coverage-examples.txt
6262
flags: examples+${{ matrix.build-flag }}
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
- name: "Codecov: FTW"
65-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
65+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
6666
if: ${{ matrix.go-version == '1.22.x' }}
6767
with:
6868
files: build/coverage-ftw.txt
6969
flags: ftw,${{ matrix.build-flag }}
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
- name: "Codecov: Tinygo"
72-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
72+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
7373
# only if coverage-tinygo.txt exists
7474
if: ${{ matrix.go-version == '1.22.x' && hashFiles('build/coverage-tinygo.txt') != '' }}
7575
with:

Diff for: .github/workflows/tinygo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tinygo-version: ${{ matrix.tinygo-version }}
3939

4040
- name: Cache TinyGo build
41-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
41+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
4242
with:
4343
path: |
4444
~/.cache/tinygo

0 commit comments

Comments
 (0)