Skip to content

Commit 2f114b0

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] <support@github.com>
1 parent 2001806 commit 2f114b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
-
2727
name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
-
3030
name: Docker meta
3131
id: meta

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
-
2727
name: Run Labeler
2828
uses: crazy-max/ghaction-github-labeler@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "LIBRENMS_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
3737
-
3838
name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
-
4141
name: Set up QEMU
4242
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)