diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index 12b0b488..6b6da4b9 100644 --- a/.github/workflows/cache-cleanup.yml +++ b/.github/workflows/cache-cleanup.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cleanup cache run: | diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a1d5184c..2e12968c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -21,7 +21,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache modules uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de17d584..cd2afde7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-node@v6 - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get version id: get_version diff --git a/.github/workflows/repo-labels-sync.yml b/.github/workflows/repo-labels-sync.yml index 83fee4f8..ff81670d 100644 --- a/.github/workflows/repo-labels-sync.yml +++ b/.github/workflows/repo-labels-sync.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5