Skip to content

Commit 55899ca

Browse files
authored
doc: update to v4 in README.md
1 parent 56285c6 commit 55899ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
This 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

99
A minimal job example for GitHub-hosted runners of type `ubuntu-latest`:
1010
```yaml
1111
jobs:
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

0 commit comments

Comments
 (0)