Skip to content

Commit 69f32ab

Browse files
committed
Use actions/checkout@v6 everywhere
1 parent f4bf64c commit 69f32ab

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
docs:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v4
1818
- run: npm install
1919
env:

.github/workflows/lavinmq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: Homebrew/actions/setup-homebrew@master
2424
- name: Install github.com/FiloSottile/mkcert
2525
run: brew install mkcert
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- name: Create local CA and certificate
2828
run: |
2929
sudo CAROOT=/etc/lavinmq $(brew --prefix)/bin/mkcert -install

.github/workflows/rabbitmq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: Homebrew/actions/setup-homebrew@master
2222
- name: Install github.com/FiloSottile/mkcert
2323
run: brew install mkcert
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- name: Create local CA and certificate
2626
run: |
2727
mkdir -p .etc_rabbitmq
@@ -56,7 +56,7 @@ jobs:
5656
NODE_VERSION: 22.x
5757

5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v6
6060
- name: Create RabbitMQ config
6161
run: |
6262
mkdir -p .etc_rabbitmq

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:

0 commit comments

Comments
 (0)