Skip to content

Commit 5cc4fc4

Browse files
committed
2026-03-14
1 parent 5976561 commit 5cc4fc4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-blacklist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: 'Checkout repository'
17-
uses: 'actions/checkout@v4'
17+
uses: 'actions/checkout@v6'
1818

1919
- name: 'Setup Deno'
2020
uses: 'denoland/setup-deno@v2'
@@ -23,7 +23,7 @@ jobs:
2323

2424
- run: './scripts/compile-blacklist.ts'
2525

26-
- uses: 'crazy-max/ghaction-import-gpg@v6'
26+
- uses: 'crazy-max/ghaction-import-gpg@v7'
2727
with:
2828
gpg_private_key: '${{ secrets.GPG_PRIVATE_KEY }}'
2929
passphrase: '${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}'

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
validate:
88
runs-on: 'ubuntu-latest'
99
steps:
10-
- uses: 'actions/checkout@v4'
10+
- uses: 'actions/checkout@v6'
1111
with:
1212
submodules: 'recursive'
13-
- uses: 'bats-core/bats-action@3.0.0'
13+
- uses: 'bats-core/bats-action@4.0.0'
1414
id: setup-bats
1515
- run: './bake test'
1616
env:

0 commit comments

Comments
 (0)