Skip to content

Commit

Permalink
doc: update to v4 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 27, 2024
1 parent 56285c6 commit 55899ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
This GitHub Action sets up CernVM-FS for use in GitHub Workflows.

## Instructions
You can use this GitHub Action in a workflow in your own repository with `uses: cvmfs-contrib/github-action-cvmfs@v3`.
You can use this GitHub Action in a workflow in your own repository with `uses: cvmfs-contrib/github-action-cvmfs@v4`.

A minimal job example for GitHub-hosted runners of type `ubuntu-latest`:
```yaml
jobs:
ubuntu-minimal:
runs-on: ubuntu-latest
steps:
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: cvmfs-contrib/github-action-cvmfs@v4
- name: Test CernVM-FS
run: ls /cvmfs/sft.cern.ch/
```
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: cvmfs-contrib/github-action-cvmfs@v4
- name: Test CernVM-FS
run: |
ls /cvmfs/lhcb.cern.ch
Expand Down

0 comments on commit 55899ca

Please sign in to comment.