Skip to content

Commit 34334de

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@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@v4
8383
with:
8484
fetch-depth: 1
8585

0 commit comments

Comments
 (0)