Skip to content

Commit

Permalink
Merge pull request #252 from VERITAS-Observatory/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
GernotMaier authored Dec 15, 2023
2 parents e71096a + 89410b0 commit 5d54348
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-buildmatrix-cpp11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: vbf
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-buildmatrix-cpp17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: vbf
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a set of commands using the runners shell
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vts-eventdisplay-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'EventDisplay_v4'

Expand Down

0 comments on commit 5d54348

Please sign in to comment.