Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit 2f8113f

Browse files
committed
deps(internal): update actions/checkout action to v4.1.0
1 parent 044cd48 commit 2f8113f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Lint and Test"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.0.0
13+
- uses: actions/checkout@v4.1.0
1414

1515
- name: Validate Batect wrapper scripts
1616
uses: batect/batect-wrapper-validation-action@v0.4.0
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v4.0.0
46+
uses: actions/checkout@v4.1.0
4747

4848
- name: Setup Node.js
4949
uses: actions/setup-node@v3.8.1

0 commit comments

Comments
 (0)