Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
notheotherben authored Sep 4, 2023
2 parents 301e69b + c334ea7 commit f7b9da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 @@ -24,7 +24,7 @@ jobs:
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'

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

- name: Build image
run: docker build . --file Dockerfile --tag image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit f7b9da4

Please sign in to comment.