We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac1fc84 + a7a6ad8 commit 3d21ee0Copy full SHA for 3d21ee0
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
platform=$(uname -m)
39
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
40
- name: Checkout
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
- name: Docker meta
43
id: meta
44
uses: docker/metadata-action@v5
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ${{ matrix.os }}
steps:
- name: Checkout rmw
with:
repository: theimpossibleastronaut/rmw
@@ -48,7 +48,7 @@ jobs:
48
fi
49
50
51
52
53
path: _linuxdeploy_test
54
fetch-depth: 0
0 commit comments