Skip to content

Commit

Permalink
Merge branch 'master' into node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL authored Nov 1, 2024
2 parents e19357f + 5b44adf commit 2a50d6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Open a pull request
id: pr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: env.PREV_GOBRA_REF != env.CUR_GOBRA_REF
with:
# Use viper-admin's token to workaround a restriction of GitHub.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "TEST_VSCODE_VERSION=$TEST_VSCODE_VERSION" >> $GITHUB_ENV
echo "LATEST_VSCODE_VERSION=$LATEST_VSCODE_VERSION" >> $GITHUB_ENV
- name: Open a pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: env.TEST_VSCODE_VERSION != env.LATEST_VSCODE_VERSION
with:
# Use viper-admin's token to workaround a restriction of GitHub.
Expand Down
2 changes: 1 addition & 1 deletion server/gobra

0 comments on commit 2a50d6e

Please sign in to comment.