Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 Monthly actions version update #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/repo-actions_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Check runner status
id: runnerstatus
uses: SatelCreative/[email protected].1
uses: SatelCreative/[email protected].3
with:
github-runner-token: ${{ secrets.SELF_HOSTED_RUNNER_TOKEN }} #Should have access to manage runner
org-name: SatelCreative
Expand All @@ -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 }}
Expand Down