Skip to content

Commit 3b03aea

Browse files
Merge pull request #85 from impresscms-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1661285 + 3dd86e4 commit 3b03aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkouting code...
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ github.head_ref }}
2424

@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkouting code...
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
with:
5050
ref: ${{ github.head_ref }}
5151

@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Checkouting code...
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9090
with:
9191
ref: ${{ github.head_ref }}
9292

0 commit comments

Comments
 (0)