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

Commit 4a971a8

Browse files
Merge pull request #382 from batect/renovate/actions-checkout-4.x
deps(internal): update actions/checkout action to v4.1.1
2 parents e527ff0 + c894b18 commit 4a971a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4.1.0
17+
uses: actions/checkout@v4.1.1
1818

1919
- name: Validate Batect wrapper scripts
2020
uses: batect/batect-wrapper-validation-action@v0.4.0
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout code
64-
uses: actions/checkout@v4.1.0
64+
uses: actions/checkout@v4.1.1
6565

6666
- name: Setup Node.js
6767
uses: actions/setup-node@v3.8.1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4.1.0
26+
uses: actions/checkout@v4.1.1
2727

2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)