Skip to content

Commit

Permalink
Merge pull request #260 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.1.5
  • Loading branch information
dependabot[bot] authored May 7, 2024
2 parents 3a15bfe + 0485341 commit 42a05dc
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@v4.1.4
uses: actions/checkout@v4.1.5
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@v4.1.4
- uses: actions/checkout@v4.1.5
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@v4.1.4
- uses: actions/checkout@v4.1.5

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

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

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

0 comments on commit 42a05dc

Please sign in to comment.