Skip to content

Commit

Permalink
PR-check - update actions/checkout v3 -> v4
Browse files Browse the repository at this point in the history
v3 is deprecated.
  • Loading branch information
JanneKiiskila committed Oct 7, 2024
1 parent f1f43c4 commit 585a987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
env:
PDM_BINARY_ARTIFACTS_DIR: pdm-binary-artifacts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "temurin"
- name: Cloning pdm-binary-artifacts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: PelionIoT/pdm-binary-artifacts
token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -46,7 +46,7 @@ jobs:
pysh-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get scripts internal...
run: |
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github.com/".insteadOf "git@github.com:"
Expand Down

0 comments on commit 585a987

Please sign in to comment.