Skip to content

Commit e6ba1bf

Browse files
Update action versions
1 parent febfdde commit e6ba1bf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

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

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Check for CHANGELOG.md in this PR

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v4
1919
with:
2020
path: vendor/bundle
2121
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/cache@v2
15+
- uses: actions/checkout@v4
16+
- uses: actions/cache@v4
1717
with:
1818
path: vendor/bundle
1919
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -31,8 +31,8 @@ jobs:
3131
runs-on: ubuntu-22.04
3232

3333
steps:
34-
- uses: actions/checkout@v2
35-
- uses: actions/cache@v2
34+
- uses: actions/checkout@v4
35+
- uses: actions/cache@v4
3636
with:
3737
path: vendor/bundle
3838
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)