Skip to content

Commit

Permalink
bump actions' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Sep 12, 2023
1 parent 562cf6a commit 7e14d42
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 @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04

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

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

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

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

0 comments on commit 7e14d42

Please sign in to comment.