Skip to content

Commit e2b4732

Browse files
authored
Merge pull request #127 from Microck/dependabot/github_actions/actions/checkout-7.0.0
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0
2 parents a1de805 + 31b2e84 commit e2b4732

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6.0.3
23+
uses: actions/checkout@v7.0.0
2424

2525
- name: Install Rust toolchain
2626
uses: dtolnay/rust-toolchain@stable

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.3
21+
uses: actions/checkout@v7.0.0
2222

2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@stable

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.3
29+
uses: actions/checkout@v7.0.0
3030
with:
3131
persist-credentials: false
3232
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref || github.event.workflow_run.head_sha }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6.0.3
30+
uses: actions/checkout@v7.0.0
3131
with:
3232
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
3333
persist-credentials: false
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v6.0.3
78+
uses: actions/checkout@v7.0.0
7979
with:
8080
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
8181
persist-credentials: false
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Checkout
152-
uses: actions/checkout@v6.0.3
152+
uses: actions/checkout@v7.0.0
153153
with:
154154
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
155155
persist-credentials: false

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6.0.3
25+
uses: actions/checkout@v7.0.0
2626

2727
- name: Install Rust toolchain
2828
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)