Skip to content

Commit b495fa3

Browse files
chore(deps): update actions/checkout action to v4
1 parent ddb90a0 commit b495fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4242
with:
4343
fetch-depth: 1
4444

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
needs: [build-rs]
8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8383
with:
8484
fetch-depth: 1
8585

0 commit comments

Comments
 (0)