Skip to content

Commit

Permalink
Fixed: Node.js 16 actions are deprecated. Please update the following…
Browse files Browse the repository at this point in the history
… actions to use Node.js 20. #2
  • Loading branch information
jammsen committed Jan 25, 2024
1 parent d4e0cfa commit 38b43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 38b43d1

Please sign in to comment.