Skip to content

Commit c43aefc

Browse files
committed
Update GitHub Actions
1 parent dc13552 commit c43aefc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: .github/workflows/brakeman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Install package dependencies
1616
run: >

Diff for: .github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Install package dependencies
1616
run: >

Diff for: .github/workflows/stylelint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
1515
with:
1616
node-version: '16'
1717
- run: yarn install

Diff for: .github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ jobs:
5151
if: matrix.db == 'mysql'
5252

5353
- name: Checkout Redmine
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
repository: redmine/redmine
5757
ref: ${{ matrix.redmine }}
5858
path: redmine
5959

6060
- name: Checkout redmine_git_hosting
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v3
6262
with:
6363
path: redmine/plugins/redmine_git_hosting
6464

6565
- name: Checkout additionals
66-
uses: actions/checkout@v2
66+
uses: actions/checkout@v3
6767
with:
6868
repository: AlphaNodes/additionals
6969
path: redmine/plugins/additionals
7070

7171
- name: Checkout redmine_sidekiq
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
with:
7474
# TODO Switch back to the original repo, once https://github.com/ogom/redmine_sidekiq/pull/16 is released
7575
# repository: ogom/redmine_sidekiq
@@ -78,7 +78,7 @@ jobs:
7878
path: redmine/plugins/redmine_sidekiq
7979

8080
- name: Checkout gitolite
81-
uses: actions/checkout@v2
81+
uses: actions/checkout@v3
8282
with:
8383
repository: sitaramc/gitolite
8484
path: gitolite

0 commit comments

Comments
 (0)