From 9840243168a2f5acb2d5984ede2c14aebd2f9cd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:47:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- .github/workflows/validate.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd705ca..5441cf2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: pull-requests: write packages: write steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Publish Features" uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 41d5e4e..73ebe0c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: - mcr.microsoft.com/devcontainers/base:debian - mcr.microsoft.com/devcontainers/base:ubuntu steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -50,7 +50,7 @@ jobs: - clang - persist-shell-history steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ba79434..2a9a855 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -7,7 +7,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Validate devcontainer-feature.json files" uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3