Skip to content

Commit 01e0076

Browse files
lishaduckjfmengels
authored andcommitted
chore: bump
1 parent 49ab475 commit 01e0076

File tree

3 files changed

+24
-24
lines changed
  • new-package/github/workflows
  • test/run-snapshots
    • elm-review-something-for-new-rule/.github/workflows
    • elm-review-something/.github/workflows

3 files changed

+24
-24
lines changed

new-package/github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
# Steps represent a sequence of tasks that will be executed as part of the job
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
2222

2323
# Re-use node_modules between runs until package-lock.json changes.
2424
- name: Cache node_modules
2525
id: internal-cache-node_modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: node_modules
2929
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
3333
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
3434
- name: Cache ~/.elm
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.elm
3838
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}
@@ -70,17 +70,17 @@ jobs:
7070
# Steps represent a sequence of tasks that will be executed as part of the job
7171
steps:
7272
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474

7575
- name: Setup Node.js environment
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: lts/*
7979

8080
# Re-use node_modules between runs until package-lock.json changes.
8181
- name: Cache node_modules
8282
id: internal-cache-node_modules
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: node_modules
8686
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -89,7 +89,7 @@ jobs:
8989
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
9090
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
9191
- name: Cache ~/.elm
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ~/.elm
9595
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}

test/run-snapshots/elm-review-something-for-new-rule/.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
# Steps represent a sequence of tasks that will be executed as part of the job
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
2222

2323
# Re-use node_modules between runs until package-lock.json changes.
2424
- name: Cache node_modules
2525
id: internal-cache-node_modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: node_modules
2929
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
3333
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
3434
- name: Cache ~/.elm
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.elm
3838
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}
@@ -70,17 +70,17 @@ jobs:
7070
# Steps represent a sequence of tasks that will be executed as part of the job
7171
steps:
7272
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474

7575
- name: Setup Node.js environment
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: lts/*
7979

8080
# Re-use node_modules between runs until package-lock.json changes.
8181
- name: Cache node_modules
8282
id: internal-cache-node_modules
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: node_modules
8686
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -89,7 +89,7 @@ jobs:
8989
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
9090
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
9191
- name: Cache ~/.elm
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ~/.elm
9595
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}

test/run-snapshots/elm-review-something/.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
# Steps represent a sequence of tasks that will be executed as part of the job
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
2222

2323
# Re-use node_modules between runs until package-lock.json changes.
2424
- name: Cache node_modules
2525
id: internal-cache-node_modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: node_modules
2929
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
3333
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
3434
- name: Cache ~/.elm
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.elm
3838
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}
@@ -70,17 +70,17 @@ jobs:
7070
# Steps represent a sequence of tasks that will be executed as part of the job
7171
steps:
7272
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474

7575
- name: Setup Node.js environment
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: lts/*
7979

8080
# Re-use node_modules between runs until package-lock.json changes.
8181
- name: Cache node_modules
8282
id: internal-cache-node_modules
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: node_modules
8686
key: internal-node_modules-ubuntu-latest.x-${{ hashFiles('package-lock.json') }}
@@ -89,7 +89,7 @@ jobs:
8989
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
9090
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
9191
- name: Cache ~/.elm
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ~/.elm
9595
key: elm-${{ hashFiles('elm.json', 'elm-tooling.json', 'review/elm.json') }}

0 commit comments

Comments
 (0)