Skip to content

Commit

Permalink
GH Action - Update checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 25, 2023
1 parent 0e4865d commit 978e1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
architecture: x64

- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3.3.0

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:

- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
submodules: 'true'

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit 978e1a3

Please sign in to comment.