Skip to content

Commit 8a34988

Browse files
Update github-actions
1 parent 187a2f7 commit 8a34988

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ${{ matrix.os }}
8585
steps:
8686
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
87+
- uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
8888
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8989
with:
9090
node-version: ${{ env.NODE_VERSION }}

.github/workflows/congratsbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
congrats:
99
if: ${{ github.repository_owner == 'withastro' && github.event.head_commit.message != '[ci] format' }}
10-
uses: withastro/automation/.github/workflows/congratsbot.yml@3754a7413d23dfc52b1791a7c048ae78d27ac9d3 # main
10+
uses: withastro/automation/.github/workflows/congratsbot.yml@53c85fabe6ac4ed7a96e49a005f03fa6cc63d2ac # main
1111
with:
1212
EMOJIS: '🎉,🎊,🧑‍🚀,🥳,🙌,🚀,🤩,☄️,💫,<:starlight:1107431075543797802>,<:houston_pride:1130504824673284107>'
1313
COAUTHOR_TEMPLATES: >

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
format:
1414
if: github.repository_owner == 'withastro'
15-
uses: withastro/automation/.github/workflows/format.yml@3754a7413d23dfc52b1791a7c048ae78d27ac9d3 # main
15+
uses: withastro/automation/.github/workflows/format.yml@53c85fabe6ac4ed7a96e49a005f03fa6cc63d2ac # main
1616
with:
1717
command: "format"
1818
secrets: inherit

0 commit comments

Comments
 (0)