Skip to content

Commit 86289cb

Browse files
authored
CI: Upgrade actions/checkout (#2)
1 parent 525e118 commit 86289cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: ${{ github.ref == 'refs/heads/main' }}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- name: "Publish Features"
1313
uses: devcontainers/action@v1

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- mcr.microsoft.com/devcontainers/base:ubuntu
2222
- mcr.microsoft.com/devcontainers/base:bullseye
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

2626
- name: "Install latest devcontainer CLI"
2727
run: npm install -g @devcontainers/cli
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
continue-on-error: true
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

3838
- name: "Install latest devcontainer CLI"
3939
run: npm install -g @devcontainers/cli

0 commit comments

Comments
 (0)