Skip to content

Commit 52c0f9a

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `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) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f13f50 commit 52c0f9a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-ovs-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check-ovs-versions:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- uses: actions/setup-python@v6
2121
with:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code into the Go module directory
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Install tools
1818
uses: jdx/mise-action@v4
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Restore Latest Main Benchmark
5252
id: old-benchmark
53-
uses: actions/cache@v5
53+
uses: actions/cache@v6
5454
with:
5555
path: bench-main.out
5656
key: benchmark-main-${{ hashfiles('**/*.go') }}
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Check out code into the Go module directory
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383

8484
- name: Install tools
8585
uses: jdx/mise-action@v4

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "ARCH_VERSION_TUPLE=${{ matrix.image.tag }}-${arch//\//-}" >> $GITHUB_ENV
4444
4545
- name: Check Out Repo
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Set up Docker Buildx
4949
id: buildx

0 commit comments

Comments
 (0)