Skip to content

Commit 1da8773

Browse files
authored
Merge pull request #27 from markusressel/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c84f5f7 + b797665 commit 1da8773

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [ "3.10", "3.11", "3.12" ]
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v5
1818
with:

0 commit comments

Comments
 (0)