Skip to content

Commit

Permalink
Update bookdown-build-from-desc.yml
Browse files Browse the repository at this point in the history
Passage à actions/checkout@v4
  • Loading branch information
jengelaere authored Dec 5, 2023
1 parent 914f90a commit 84cc655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown-build-from-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: get-image-repository
container: ghcr.io/${{ needs.get-image-repository.outputs.image_repository }}-${{ inputs.r_version }}:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install remotes
run: Rscript -e 'install.packages("remotes")'
Expand Down

0 comments on commit 84cc655

Please sign in to comment.