Merge pull request #1609 from TerraFirmaGreg-Team/dependabot/github_actions/dependencies-c622b6f1f3
Bump the dependencies group with 3 updates
This commit is contained in:
parent
b2a96fa67f
commit
76951b38f4
1 changed files with 10 additions and 10 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout
|
- name: 📦 Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -215,7 +215,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: 🔄 Replace strings
|
- name: 🔄 Replace strings
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -287,7 +287,7 @@ jobs:
|
||||||
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
|
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
|
||||||
|
|
||||||
- name: 📝 Cache pakku
|
- name: 📝 Cache pakku
|
||||||
uses: actions/cache@v4.2.3
|
uses: actions/cache@v4.2.4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: build/.cache
|
path: build/.cache
|
||||||
|
|
@ -341,7 +341,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: 🔄 Replace strings
|
- name: 🔄 Replace strings
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -354,7 +354,7 @@ jobs:
|
||||||
sed -i -e "s/DEV/${VERSION}/g" .pakku/multimc-overrides/instance.cfg
|
sed -i -e "s/DEV/${VERSION}/g" .pakku/multimc-overrides/instance.cfg
|
||||||
|
|
||||||
- name: 📝 Cache pakku
|
- name: 📝 Cache pakku
|
||||||
uses: actions/cache@v4.2.3
|
uses: actions/cache@v4.2.4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: build/.cache
|
path: build/.cache
|
||||||
|
|
@ -396,10 +396,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout
|
- name: 📦 Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: 📦 Download artifact
|
- name: 📦 Download artifact
|
||||||
uses: actions/download-artifact@v4.3.0
|
uses: actions/download-artifact@v5.0.0
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
@ -473,7 +473,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 📦 Download artifact
|
- name: 📦 Download artifact
|
||||||
uses: actions/download-artifact@v4.3.0
|
uses: actions/download-artifact@v5.0.0
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
@ -523,7 +523,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 📦 Download artifact
|
- name: 📦 Download artifact
|
||||||
uses: actions/download-artifact@v4.3.0
|
uses: actions/download-artifact@v5.0.0
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue