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-3
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
2 parents 57f1aa2 + c68cc0c commit 763f789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Run tests
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
if: github.event_name == 'push'

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

- name: Build image
run: docker build . --file Dockerfile --tag image
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Calculate version number
id: version
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Calculate version number
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose

0 comments on commit 763f789

Please sign in to comment.