Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent ed80f1d commit 9d2e4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.host }}
steps:
- name: Checkout source
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Install ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1.0.7
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ${{ matrix.host }}
steps:
- name: Checkout source
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Install ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1.0.7
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout source
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Download binaries
uses: actions/download-artifact@v4.1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
&& startsWith(github.event.workflow_run.head_branch, 'dependabot/')
steps:
- name: Checkout source
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.event.workflow_run.head_commit.id }}

Expand Down

0 comments on commit 9d2e4f5

Please sign in to comment.