Skip to content

Commit 2fb39ee

Browse files
Merge pull request #52 from comit-network/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2 parents 7dd47eb + 8acc7d9 commit 2fb39ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout tagged commit
22-
uses: actions/[email protected].4
22+
uses: actions/[email protected].5
2323
with:
2424
ref: ${{ github.event.release.target_commitish }}
2525
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout sources
14-
uses: actions/[email protected].4
14+
uses: actions/[email protected].5
1515

1616
- name: Install toolchain from rust-toolchain file
1717
run: rustup show
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242

4343
- name: Checkout sources
44-
uses: actions/[email protected].4
44+
uses: actions/[email protected].5
4545

4646
- name: Install toolchain from rust-toolchain file
4747
run: rustup show

0 commit comments

Comments
 (0)