Skip to content

Commit 898d72d

Browse files
Bump actions/checkout from 2 to 5 (#371)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1feec50 commit 898d72d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
packages: write
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616

1717
- name: "Publish"
1818
uses: devcontainers/action@v1

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
templates: ${{ fromJSON(needs.detect-changes.outputs.templates) }}
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v5
6262

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

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
if: "github.ref == 'refs/heads/main'"
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5
1818

1919
- name: Generate Documentation
2020
uses: devcontainers/action@v1

0 commit comments

Comments
 (0)