diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index c8fd36c..7c1905f 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # 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 0273232..28d0397 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@v2 + uses: actions/checkout@v3 - 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@v2 + uses: actions/checkout@v3 - name: Download configuration files artifact uses: actions/download-artifact@v2 diff --git a/.github/workflows/validate-action_yml.yml b/.github/workflows/validate-action_yml.yml index c48730b..b1604f1 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@v2 + uses: actions/checkout@v3 - name: Download JSON schema for action.yml uses: carlosperate/download-file-action@v1