Skip to content

Commit b1ad958

Browse files
chore(deps): update actions/checkout action to v5
1 parent 181c299 commit b1ad958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo service nginx start
2121
- name: Updating hosts file
2222
run: 'echo -e "127.0.0.1 cli-testing.ghost.org\n" | sudo tee -a /etc/hosts'
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
path: "cli"
2626
- uses: actions/setup-node@v4

.github/workflows/local-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macos-latest]
1616
node: [22.x]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
path: "cli"
2121
- uses: actions/setup-node@v4

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
FORCE_COLOR: 1
1515
name: Node ${{ matrix.node }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)