Skip to content

Commit e616df8

Browse files
authored
Merge pull request #306 from VERITAS-Observatory/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 090af99 + 794f43f commit e616df8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v5

.github/workflows/ci-buildmatrix-cpp11.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
steps:
1414
- name: Checkout source
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Create source tarball
1818
run: |

.github/workflows/ci-buildmatrix-cpp17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: ${{ matrix.root }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: install libblas
2525
if: ${{ matrix.root == 'rootproject/root:latest' || matrix.root == 'rootproject/root:6.26.06-ubuntu22.04' }}

.github/workflows/vts-eventdisplay-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
path: 'EventDisplay_v4'
3232

0 commit comments

Comments
 (0)