Skip to content

Commit

Permalink
Merge pull request #34 from SierraSoftworks/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/actions/checkout-4

build(deps): Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
notheotherben committed Sep 4, 2023
2 parents b720075 + 94fb31c commit d5e2378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event_name == 'pull_request'

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

- name: Build Dockerfile
run: docker build . --file Dockerfile
Expand All @@ -25,7 +25,7 @@ jobs:
if: github.event_name == 'push'

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

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

0 comments on commit d5e2378

Please sign in to comment.