Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.7 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent 833f3f7 commit 371941c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Set up Cargo cache
uses: actions/[email protected]
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
needs: [ build ]
steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Install build requirements
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Install build requirements
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
issues: write # for rustsec/audit-check to create issues
steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Install build requirements
run: |
Expand Down

0 comments on commit 371941c

Please sign in to comment.