Skip to content

Commit

Permalink
Update rstudio-image-build.yml
Browse files Browse the repository at this point in the history
Mise à jour des versions des actions pour supprimer les warnings relatifs aux fonctions dépréciées `save-state` et `set-output` 
> Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • Loading branch information
jengelaere authored Dec 5, 2023
1 parent fa6f315 commit a84c1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rstudio-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
run: echo running on branch ${{ github.ref_name }} for ${{ matrix.r_version }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v13
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit a84c1c5

Please sign in to comment.