Skip to content

Commit bd3ecc1

Browse files
chore(deps): update github-actions [skip ci]
1 parent 10c480e commit bd3ecc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-translations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: continuous-translation-${{ github.run_id }}
3333
restore-keys: |
3434
continuous-translation-
35-
- uses: pelikhan/action-continuous-translation@5e494ac288fae6e3305b0d839ee69e247eef08da # trying out different commits to track down issue
35+
- uses: pelikhan/action-continuous-translation@c76744a9832ef9cb55ade20c328e4eb3b47a372b # trying out different commits to track down issue
3636
continue-on-error: true
3737
with:
3838
github_token: ${{ secrets.AI_TRANSLATIONS_GITHUB_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
files: |
4242
starlight/src/content/docs/**/*
4343
- name: Create Pull Request
44-
uses: peter-evans/[email protected]
44+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4545
with:
4646
token: ${{ steps.generate_token.outputs.token }}
4747
commit-message: "ci: 🤖 translated content"

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
21-
node-version: 20.19.4
21+
node-version: 20.19.5
2222
cache: "pnpm"
2323

2424
- name: Install Dependencies

0 commit comments

Comments
 (0)