Skip to content

Commit 131ec3f

Browse files
author
Daniel Morcuende
authored
Merge pull request #352 from cta-observatory/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cdbb247 + 9b1b38c commit 131ec3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
static-code-checks:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Set up Python 3.11
2222
uses: actions/setup-python@v5
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash -leo pipefail {0}
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)