Skip to content

Commit 62d51bd

Browse files
Merge pull request #56 from ISISComputingGroup/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 205eca6 + 8b11b81 commit 62d51bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version: ['3.11', '3.12']
1717
fail-fast: false
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:

0 commit comments

Comments
 (0)