Skip to content

Commit

Permalink
Merge pull request #209 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-3.6.0
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
2 parents ecddd94 + 485d330 commit 915426a
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.5.3
uses: actions/checkout@v3.6.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.5.3
- uses: actions/checkout@v3.6.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.5.3
- uses: actions/checkout@v3.6.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.5.3
- uses: actions/checkout@v3.6.0

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

0 comments on commit 915426a

Please sign in to comment.