Skip to content

Commit 4097fb8

Browse files
chore(deps): update actions/checkout action to v5
1 parent 5b8237e commit 4097fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Black Code Formatter
2929
# You may pin to the exact commit or the version.

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.3.0
11+
- uses: actions/checkout@v5.0.0
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)