Skip to content

Commit

Permalink
Merge pull request #193 from AntonOks/master
Browse files Browse the repository at this point in the history
GitHub Actions: update to actions/checkout@v4
  • Loading branch information
AntonOks authored Sep 5, 2023
2 parents 199202c + 5d0079f commit 725d39d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_rakudo-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup VS Dev Environment
uses: seanmiddleditch/gha-setup-vsdevenv@v4
- name: Import gpg key
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_latest_rakudo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Checkout Rakudo Star repository
if: steps.update-star-release.outputs.update_star_release
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.ACTIONS_RAKUDO_SYNC }}
fetch-depth: 0
Expand Down

0 comments on commit 725d39d

Please sign in to comment.