File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
55
66## 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 ` .
88
99A minimal job example for GitHub-hosted runners of type ` ubuntu-latest ` :
1010``` yaml
1111jobs :
1212 ubuntu-minimal :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : cvmfs-contrib/github-action-cvmfs@v3
15+ - uses : cvmfs-contrib/github-action-cvmfs@v4
1616 - name : Test CernVM-FS
1717 run : ls /cvmfs/sft.cern.ch/
1818` ` `
@@ -119,7 +119,7 @@ jobs:
119119 build:
120120 runs-on: ubuntu-latest
121121 steps:
122- - uses: cvmfs-contrib/github-action-cvmfs@v3
122+ - uses: cvmfs-contrib/github-action-cvmfs@v4
123123 - name: Test CernVM-FS
124124 run: |
125125 ls /cvmfs/lhcb.cern.ch
You can’t perform that action at this time.
0 commit comments