Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 781a510 commit 8c35cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [3.8, 3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: "ubuntu-latest"
needs: [test]
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
- uses: "actions/setup-python@v4"
with:
python-version: "3.9"
Expand Down

0 comments on commit 8c35cb7

Please sign in to comment.