Skip to content

Commit 6a08b26

Browse files
chore(deps): update actions/checkout action to v6
1 parent dd126d7 commit 6a08b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-on-create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.event_name == 'workflow_dispatch' || ( github.ref == 'refs/heads/main' && !(contains(github.event, 'head_commit') || github.event.head_commit.message == 'Initial commit' )) }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Use Node.js 20
2222
uses: actions/setup-node@v6
2323
with:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- name: Use Node.js 20
1010
uses: actions/setup-node@v6
1111
with:

0 commit comments

Comments
 (0)