Skip to content

Commit d0dd91e

Browse files
Bump actions/checkout from 5.0.1 to 6.0.1 in the github-actions group (#356)
1 parent 8b6bcc5 commit d0dd91e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/add_member.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.12'
2929

3030
- name: Checkout code
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v6.0.1
3232
with:
3333
# This is the default, but it's required since we are performing
3434
# Git operations later on.

.github/workflows/apply.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v6.0.1
2727
with:
2828
persist-credentials: false
2929

.github/workflows/member-verification.yml

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

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v6.0.1
1616
with:
1717
persist-credentials: false
1818

.github/workflows/plan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v6.0.1
2424
with:
2525
ref: "${{ github.event.pull_request.head.ref }}"
2626
persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v6.0.1
5555
with:
5656
persist-credentials: false
5757

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read # only needed for private repos
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)