Skip to content

Commit

Permalink
Use actions/checkout@v4 in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdollars committed Aug 16, 2024
1 parent 9b76371 commit b2f4e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run tests
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'schedule'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
Expand Down

0 comments on commit b2f4e9f

Please sign in to comment.