Skip to content

Commit 3499636

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd35032 commit 3499636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Steps represent a sequence of tasks that will be executed as part of the job
3737
steps:
3838
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
39-
- uses: actions/[email protected].0
39+
- uses: actions/[email protected].1
4040

4141
- name: Install dependencies
4242
run: |
@@ -70,7 +70,7 @@ jobs:
7070
cppcheck:
7171
runs-on: ubuntu-22.04
7272
steps:
73-
- uses: actions/[email protected].0
73+
- uses: actions/[email protected].1
7474

7575
- name: Install dependencies
7676
run: |

0 commit comments

Comments
 (0)