Skip to content

Commit

Permalink
CI: Updates actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jun 3, 2024
1 parent 93bbc6a commit aaec8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes sure we also get tags,
# so we get the correct version; see bug:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
our_version: ${{ env.OUR_VERSION }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
if: env.OUR_VERSION == ''
with:
# This makes sure we also get tags,
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand Down

0 comments on commit aaec8b4

Please sign in to comment.