Skip to content

Commit 1c601b4

Browse files
dependabot[bot]RiSKeD
authored andcommitted
chore: bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4674844 commit 1c601b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fwci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
- name: Set up Go
3232
uses: actions/setup-go@v6
3333
with:
@@ -57,7 +57,7 @@ jobs:
5757
#- ./test/test-dutagent-cfg.yaml
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161
- uses: actions/download-artifact@v8
6262
with:
6363
name: binaries

0 commit comments

Comments
 (0)