Skip to content

Commit 778548f

Browse files
authored
Merge pull request #7 from electrified/dependabot/github_actions/actions-dependencies-4ea492e0ab
Bump the actions-dependencies group across 1 directory with 3 updates
2 parents 9354f15 + 6fdd786 commit 778548f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/documentation-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# These are all the steps that generate the files.
5252
steps:
5353
# Check out the files
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

5656
# Actually run KiBot to generate all the files. The KiBot script used is
5757
# in the .kibot/release.kibot.yaml folder.
@@ -65,7 +65,7 @@ jobs:
6565

6666
# Archive all the artifacts from output and attach to the action's results.
6767
- name: Archive production artifacts
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: schematic
7171
path: ${{ env.OutputFolder }}/**

.github/workflows/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
Preflight:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747

4848
# Run KiBot with the preflight script
4949
- uses: INTI-CMNB/KiBot@v2_k9

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# These are all the steps that generate the files.
5252
steps:
5353
# Check out the files
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555
with:
5656
submodules: recursive
5757

@@ -105,7 +105,7 @@ jobs:
105105
# If you are copying this to your own repo you'll want to remove the upload of the MobiFlight-Configuration
106106
# zip file.
107107
- name: Upload release files
108-
uses: softprops/action-gh-release@v2
108+
uses: softprops/action-gh-release@v3
109109
if: startsWith(github.ref, 'refs/tags/')
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
# This is so they're made available when this workflow is run manually from the
120120
# GitHub actions page.
121121
- name: Archive production artifacts
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: release_files
125125
path: ${{ env.OutputFolder }}/**

0 commit comments

Comments
 (0)