File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
5
5
6
6
## Instructions
7
- You can use this GitHub Action in a workflow in your own repository with ` uses: cvmfs-contrib/github-action-cvmfs@v3 ` .
7
+ You can use this GitHub Action in a workflow in your own repository with ` uses: cvmfs-contrib/github-action-cvmfs@v4 ` .
8
8
9
9
A minimal job example for GitHub-hosted runners of type ` ubuntu-latest ` :
10
10
``` yaml
11
11
jobs :
12
12
ubuntu-minimal :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : cvmfs-contrib/github-action-cvmfs@v3
15
+ - uses : cvmfs-contrib/github-action-cvmfs@v4
16
16
- name : Test CernVM-FS
17
17
run : ls /cvmfs/sft.cern.ch/
18
18
` ` `
@@ -119,7 +119,7 @@ jobs:
119
119
build:
120
120
runs-on: ubuntu-latest
121
121
steps:
122
- - uses: cvmfs-contrib/github-action-cvmfs@v3
122
+ - uses: cvmfs-contrib/github-action-cvmfs@v4
123
123
- name: Test CernVM-FS
124
124
run: |
125
125
ls /cvmfs/lhcb.cern.ch
You can’t perform that action at this time.
0 commit comments