Skip to content

Commit 404aaff

Browse files
authored
Merge pull request #22 from bbtufty/dependabot/github_actions/main/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f41783c + 2fbcabc commit 404aaff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
"3.12",
2121
]
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
submodules: true
2626
- name: Setup Python ${{ matrix.python-version }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
steps:
2525
- name: Check out the repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Log in to Docker Hub
2929
uses: docker/login-action@v3

0 commit comments

Comments
 (0)