Skip to content

Commit 4b12d58

Browse files
authored
Updates actions/checkout action to v3
1 parent 18ad66b commit 4b12d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-postgis.yml

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

4646
steps:
4747
- name: Checkout Redmine
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v3
4949
with:
5050
repository: redmine/redmine
5151
ref: ${{ matrix.redmine_version }}
5252
path: redmine
5353

5454
- name: Checkout Plugin
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
with:
5757
path: redmine/plugins/${{ env.PLUGIN_NAME }}
5858

0 commit comments

Comments
 (0)