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 2001806 + 2f114b0 commit e4fb763Copy full SHA for e4fb763
3 files changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
-
27
name: Checkout
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
name: Docker meta
31
id: meta
.github/workflows/labels.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
echo "LIBRENMS_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
37
38
39
40
41
name: Set up QEMU
42
uses: docker/setup-qemu-action@v2
0 commit comments