Skip to content

Commit 3d21ee0

Browse files
authored
Merge pull request #26 from andy5995/dependabot/github_actions/actions/checkout-5
Build(deps): Bump actions/checkout from 4 to 5 [skip ci]
2 parents ac1fc84 + a7a6ad8 commit 3d21ee0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
platform=$(uname -m)
3939
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: Docker meta
4343
id: meta
4444
uses: docker/metadata-action@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Checkout rmw
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
repository: theimpossibleastronaut/rmw
4343

@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Checkout
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
path: _linuxdeploy_test
5454
fetch-depth: 0

0 commit comments

Comments
 (0)