Skip to content

Commit

Permalink
Update checkout to v4 instead of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Sep 6, 2023
1 parent b0b4cb1 commit fde7523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integ_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Code cleanup
run: |
pip install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_develop_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Clone submodule
run: git submodule update --init --recursive
Expand Down

0 comments on commit fde7523

Please sign in to comment.