Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump up GHA checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed May 7, 2024
1 parent 7cfbf2b commit b185258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
Expand All @@ -52,9 +52,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Set up private packages SSH keys"
Expand All @@ -81,7 +81,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: "Set up GitHub Actions"
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: "Set up private packages SSH keys"
# uses: webfactory/[email protected]
# with:
Expand Down

0 comments on commit b185258

Please sign in to comment.