Skip to content

Commit 09ee254

Browse files
authored
Merge pull request #101 from EngineScript/dependabot/github_actions/actions-cf087bf8e7
Bump the actions group across 1 directory with 2 updates
2 parents 2dbca0d + da831b3 commit 09ee254

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enginescript-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ jobs:
10471047
10481048
- name: Upload Build Logs
10491049
if: always()
1050-
uses: actions/upload-artifact@v5
1050+
uses: actions/upload-artifact@v6
10511051
with:
10521052
name: nginx-build-logs-ubuntu-24.04
10531053
path: |

.github/workflows/software-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394

395395
- name: Update existing PR or create new one
396396
if: steps.version-check.outputs.software_versions_changed == 'true'
397-
uses: peter-evans/create-pull-request@v7
397+
uses: peter-evans/create-pull-request@v8
398398
with:
399399
token: ${{ secrets.GITHUB_TOKEN }}
400400
commit-message: "chore: update software versions"

0 commit comments

Comments
 (0)