Skip to content

Commit 8133ddb

Browse files
authored
Merge branch 'main' into hips
2 parents fdc0f80 + f0e4574 commit 8133ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CreateDevcontainerImage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Read Rust toolchain version from ${{ env.RUST_TOOLCHAIN_FILE }}
3636
id: toolchain
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
4444
- name: Log in to the Container registry
45-
uses: docker/login-action@v1
45+
uses: docker/login-action@v3
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)