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.
1 parent 21a544c commit 3d6feb2Copy full SHA for 3d6feb2
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
- name: Set up Docker Buildx
10
uses: docker/setup-buildx-action@v2
11
- name: Build
.github/workflows/publish-docker-image.yml
@@ -11,7 +11,7 @@ jobs:
contents: read
12
13
- name: Check out the repo
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Log in to Docker Hub
16
uses: docker/login-action@v2
17
with:
0 commit comments