Skip to content

Commit 505770e

Browse files
authored
Update update-gatewayrs.yml
1 parent 7b3a7c9 commit 505770e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-gatewayrs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
gatewayrs-update:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
ref: ${{ github.ref }}
1212
- run: |
@@ -20,7 +20,7 @@ jobs:
2020
sed -i -E "s/FIRMWARE_VERSION=.*/FIRMWARE_VERSION=$LATEST_GA/g" settings.ini
2121
sed -i -E "s/GATEWAYRS_VERSION=.*/GATEWAYRS_VERSION=$SHORT_SHA/g" settings.ini
2222
- name: Create Pull Request
23-
uses: peter-evans/create-pull-request@v5
23+
uses: peter-evans/create-pull-request@v6
2424
with:
2525
commit-message: Update gateway-rs to latest GA ${{ env.LATEST_GA }}
2626
branch: gatewayrs-bump/${{ env.LATEST_GA }}

0 commit comments

Comments
 (0)