Skip to content

Commit

Permalink
Merge pull request #66 from juraj-hrivnak/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
juraj-hrivnak authored Sep 11, 2023
2 parents 3d7ece8 + 07826de commit 17b2dd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tag: ${{ steps.version.outputs.tag }}
steps:
- name: Checkout with fetch depth 2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get tag
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "projectsuffix=build.${{ github.run_number }}" >> $GITHUB_OUTPUT
fi
- name: Checkout with fetch depth 0
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get mod changes
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: [modpack-info]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download changelog
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Mods
run: |
cd pax/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs: [release-github, release-curseforge]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download changelog
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
needs: [release-github, release-curseforge]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: close-fixed-in-dev
uses: juraj-hrivnak/close-issues-based-on-label@master
env:
Expand Down

0 comments on commit 17b2dd4

Please sign in to comment.