Skip to content

Commit beab7a9

Browse files
authored
Merge pull request #92 from numfocus/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 4079ade + 46a4ce4 commit beab7a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repository
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
- name: Set up Python 3.13
2525
uses: actions/setup-python@v6
2626
with:
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
- name: Set up Python 3.13
4141
uses: actions/setup-python@v6
4242
with:
@@ -68,7 +68,7 @@ jobs:
6868
contents: write
6969
steps:
7070
- name: Checkout Repository
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v7
7272
- name: Download all workflow run artifacts
7373
uses: actions/download-artifact@v8
7474
with:

0 commit comments

Comments
 (0)