diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 7abd063..be78927 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 with: github-token: ${{ secrets.AUTOMERGE_TOKEN }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index a5584b5..7870826 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -10,7 +10,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + - uses: actions/checkout@v3 - name: Link Checker uses: ./ # Uses an action in the root directory diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4864394..4edea1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: # To use this repository's private action, # we must check out the repository - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@v3 - name: test defaults uses: ./ with: