Skip to content

Commit

Permalink
Merge pull request #213 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.0.0
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
2 parents cc948e0 + 6ede162 commit 62463b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-azstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event_name == 'pull_request'

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0

- 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.6.0
- uses: actions/checkout@v4.0.0

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

0 comments on commit 62463b4

Please sign in to comment.