Skip to content

Commit a84c1c5

Browse files
authored
Update rstudio-image-build.yml
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/
1 parent fa6f315 commit a84c1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rstudio-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
run: echo running on branch ${{ github.ref_name }} for ${{ matrix.r_version }}
1717

1818
- name: Set up QEMU
19-
uses: docker/setup-qemu-action@v13
19+
uses: docker/setup-qemu-action@v3
2020

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

2424
- name: Login to GitHub Container Registry
25-
uses: docker/login-action@v1
25+
uses: docker/login-action@v3
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)