diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 7c1905f..1859dfe 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # See: https://github.com/codespell-project/actions-codespell/blob/master/README.md - name: Spell check diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 70085bd..9134495 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download JSON schema for labels configuration file id: download-schema @@ -106,7 +106,7 @@ jobs: echo "::set-output name=flag::--dry-run" - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download configuration files artifact uses: actions/download-artifact@v3 diff --git a/.github/workflows/validate-action_yml.yml b/.github/workflows/validate-action_yml.yml index c53241f..33d68c5 100644 --- a/.github/workflows/validate-action_yml.yml +++ b/.github/workflows/validate-action_yml.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout local repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download JSON schema for action.yml uses: carlosperate/download-file-action@v2