Skip to content

Commit

Permalink
Deps: Update actions/checkout action to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and filiphsps committed Sep 15, 2023
1 parent a330d99 commit 54e4aed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pull-requests: write
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Publish Features'
uses: devcontainers/action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
baseImage:
- mcr.microsoft.com/devcontainers/base:ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Install latest devcontainer CLI'
run: npm install -g @devcontainers/cli
Expand All @@ -31,7 +31,7 @@ jobs:
features:
- android-sdk
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Install latest devcontainer CLI'
run: npm install -g @devcontainers/cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Validate devcontainer-feature.json files'
uses: devcontainers/action@v1
Expand Down

0 comments on commit 54e4aed

Please sign in to comment.