Skip to content

Commit 74a36f5

Browse files
chore: Update checkout and node versions to v4 (#1)
1 parent 94826a8 commit 74a36f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deny_dirty_cargo_locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: "Checkout repository"
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
1313

.github/workflows/dependency_modification_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: "Checkout repository"
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
1313

0 commit comments

Comments
 (0)