Skip to content

Commit dd4fd0e

Browse files
Update actions/checkout action to v4
1 parent 2e544d0 commit dd4fd0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/prettier-md.yml

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

1515
steps:
1616
- name: Git checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.head_ref }}
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: create release draft
1414
steps:
15-
- uses: actions/checkout@v3.2.0
15+
- uses: actions/checkout@v4.1.1
1616
with:
1717
fetch-depth: 0
1818

@@ -54,7 +54,7 @@ jobs:
5454

5555
# do a second checkout to prevent race situation
5656
# changelog gets updated but action works on old commit id
57-
- uses: actions/checkout@v3.2.0
57+
- uses: actions/checkout@v4.1.1
5858
with:
5959
ref: main
6060

.github/workflows/terraform.yml

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

1010
steps:
1111
# Important: This sets up your GITHUB_WORKSPACE environment variable
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: hashicorp/setup-terraform@v2
1414

1515
- name: fmt

0 commit comments

Comments
 (0)