Skip to content

Commit 5d826f0

Browse files
⬆️ Update actions/checkout action to v5
1 parent 983fa04 commit 5d826f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: Setup and Install
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1414
- name: Setup pnpm
1515
uses: ./.github/actions/setup-pnpm
1616

1717
quality:
1818
name: Code Quality
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
- uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2
2323
with:
2424
version: latest
@@ -29,7 +29,7 @@ jobs:
2929
needs: setup
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
- uses: ./.github/actions/setup-pnpm
3434
- run: pnpm build
3535

@@ -38,7 +38,7 @@ jobs:
3838
needs: setup
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
41+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242
- uses: ./.github/actions/setup-pnpm
4343
- run: pnpm test
4444

@@ -50,7 +50,7 @@ jobs:
5050
contents: read
5151
packages: write
5252
steps:
53-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
53+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454
with:
5555
fetch-depth: 0 # Fetch all history for proper versioning
5656
# Set up Docker Buildx
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
if: always() # Run even if previous jobs fail
100100
steps:
101-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
101+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
102102

103103
- name: Generate CI Summary
104104
run: |

0 commit comments

Comments
 (0)