Skip to content

Commit 220de54

Browse files
ci: bump actions/checkout from 4 to 5 (#807)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe0559c commit 220de54

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: hmarr/[email protected]
5252

5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
ref: ${{ inputs.ref }}
5757

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
core.setOutput("state", membership.state);
5151
core.setOutput("active", membership.state == "active");
5252
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: "${{ env.GITHUB_SHA }}"
5656
fetch-depth: 0

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: hmarr/[email protected]
2828

2929
- name: Checkout Actions Hub
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
token: "${{ secrets.GIT_PAT }}"
3333
repository: "HumanSignal/actions-hub"
@@ -48,13 +48,13 @@ jobs:
4848
github_token: "${{ secrets.GIT_PAT }}"
4949

5050
- name: Checkout ML
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
token: "${{ secrets.GIT_PAT }}"
5454
path: "${{ env.ML_REPO_PATH }}"
5555

5656
- name: Checkout LSO
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
token: "${{ secrets.GIT_PAT }}"
6060
repository: "${{ github.repository_owner }}/${{ env.DOCS_REPO_NAME }}"

.github/workflows/git-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
> [Workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
2626
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.GIT_PAT }}
3131
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
3232
ref: ${{ github.event.client_payload.pull_request.head.ref }}
3333

3434
- name: Checkout Actions Hub
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.GIT_PAT }}
3838
repository: HumanSignal/actions-hub

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
chmod +x /usr/local/bin/gitleaks
4242
4343
- name: Checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
4747
ref: ${{ github.event.pull_request.head.sha || github.event.after }}

.github/workflows/release-cut-off-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: hmarr/[email protected]
3232

3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
token: ${{ secrets.GIT_PAT }}
3737
ref: ${{ inputs.ref }}

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: hmarr/[email protected]
4141

42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
with:
4444
ref: "${{ inputs.ref || github.ref_name }}"
4545

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV
5959
6060
- name: Checkout
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
ref: "${{ env.GITHUB_SHA }}"
6464

0 commit comments

Comments
 (0)