Skip to content

Commit 3ef691c

Browse files
⬆ Bump actions/checkout from 4 to 5 (#68)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandra <[email protected]>
1 parent 5fb7c2a commit 3ef691c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
GITHUB_CONTEXT: ${{ toJson(github) }}
2626
run: echo "$GITHUB_CONTEXT"
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
# To allow latest-changes to commit to the main branch
3030
token: ${{ secrets.LATEST_CHANGES }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
GITHUB_CONTEXT: ${{ toJson(github) }}
1717
run: echo "$GITHUB_CONTEXT"
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:

.github/workflows/test-redistribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_CONTEXT: ${{ toJson(github) }}
1919
run: echo "$GITHUB_CONTEXT"
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_CONTEXT: ${{ toJson(github) }}
4040
run: echo "$GITHUB_CONTEXT"
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- name: Set up Python
4343
uses: actions/setup-python@v5
4444
with:
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
GITHUB_CONTEXT: ${{ toJson(github) }}
8585
run: echo "$GITHUB_CONTEXT"
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v5
8787
- uses: actions/setup-python@v5
8888
with:
8989
python-version: '3.8'

0 commit comments

Comments
 (0)