Skip to content

Commit 2370619

Browse files
chore(deps): update actions/checkout action to v6 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f7033e commit 2370619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
# install deps
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: install debian-packaged dependencies
2121
run: sudo apt install -y libgtest-dev libbenchmark-dev libfmt-dev tidy git python3 python3-dateutil pipx
2222
- name: install pypi-packaged dependencies
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
# install deps
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v6
5757
- name: install debian-packaged dependencies
5858
run: sudo apt install -y libgtest-dev libbenchmark-dev libfmt-dev tidy git python3 python3-dateutil python3-pip
5959
- name: install pypi-packaged dependencies
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979

8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v6
8282
- name: Build Docker image (no push)
8383
uses: mr-smithers-excellent/docker-build-push@v6
8484
with:

0 commit comments

Comments
 (0)