Skip to content

Commit

Permalink
CI: Updates checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jan 20, 2025
1 parent a6a894f commit a2a9a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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

0 comments on commit a2a9a71

Please sign in to comment.