Skip to content

Commit c14977c

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f56d59c commit c14977c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Install linux dependencies
2626
run: sudo apt-get install -y clang libssl-dev llvm libudev-dev protobuf-compiler

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
permissions:
4242
contents: write
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
with:
4646
persist-credentials: false
4747
- uses: taiki-e/create-gh-release-action@v1
@@ -78,7 +78,7 @@ jobs:
7878
contents: write
7979
steps:
8080
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
with:
8383
persist-credentials: false
8484

@@ -132,7 +132,7 @@ jobs:
132132

133133
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
134134
- name: Check out the repo
135-
uses: actions/checkout@v3
135+
uses: actions/checkout@v4
136136

137137
# Download the binary from the previous job
138138
- name: Download x86_64 linux binary

0 commit comments

Comments
 (0)