Skip to content

Commit ad0582d

Browse files
authored
Merge pull request #22 from cvmfs-contrib/actions-checkout-v3
ci(chore): upgrade to actions/checkout@v3
2 parents 56e4fcf + cab5898 commit ad0582d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cvmfs_config_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: ./
99
with:
1010
cvmfs_repositories: 'pilot.eessi-hpc.org'

.github/workflows/cvmfs_http_proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: ./
99
with:
1010
cvmfs_http_proxy: 'auto'

.github/workflows/cvmfs_repositories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: ./
99
with:
1010
cvmfs_repositories: 'grid.cern.ch'

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: ./
1717
- name: Test CernVM-FS
1818
run: |

0 commit comments

Comments
 (0)