diff --git a/.github/workflows/repo-actions_updater.yml b/.github/workflows/repo-actions_updater.yml index 0971ae6..b10c883 100644 --- a/.github/workflows/repo-actions_updater.yml +++ b/.github/workflows/repo-actions_updater.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check runner status id: runnerstatus - uses: SatelCreative/satel-gh-runner-check@1.0.1 + uses: SatelCreative/satel-gh-runner-check@1.0.3 with: github-runner-token: ${{ secrets.SELF_HOSTED_RUNNER_TOKEN }} #Should have access to manage runner org-name: SatelCreative @@ -26,7 +26,7 @@ jobs: # saadmk11/github doesn't work on Self hosted runner yet runs-on: ubuntu-latest #${{ contains(needs.self-hosted-status.outputs.runner-status, 'online') && 'self-hosted' || 'ubuntu-latest' }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: # Classic personal access token with repo and workflow scope token: ${{ secrets.REPO_WORKFLOW_ACCESS_TOKEN }}