Skip to content

Commit 126bcb3

Browse files
authored
ci: Update action version numbers (#63)
1 parent 96bcc35 commit 126bcb3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: NPM install
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 16.x
2323

@@ -31,7 +31,7 @@ jobs:
3131
run: npm run test
3232

3333
- name: Archive npm failure logs
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
if: failure()
3636
with:
3737
name: npm-logs

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
needs: confirm-public-repo-master-branch
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: NPM install
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: 16.x
3535

@@ -43,7 +43,7 @@ jobs:
4343
run: npm run test
4444

4545
- name: Archive npm failure logs
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
if: failure()
4848
with:
4949
name: npm-logs
@@ -57,7 +57,7 @@ jobs:
5757
- confirm-public-repo-master-branch
5858
steps:
5959
- name: Checkout development branch
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
repository: mparticle-integrations/mparticle-javascript-integration-google-analytics-4
6363
ref: development
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Checkout public master branch
87-
uses: actions/checkout@v3
87+
uses: actions/checkout@v4
8888
with:
8989
fetch-depth: 0
9090
ref: master
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
git pull origin release/${{ github.run_number }}
103103
- name: Setup Node.js
104-
uses: actions/setup-node@v3
104+
uses: actions/setup-node@v4
105105
with:
106106
node-version: 16.x
107107

@@ -118,7 +118,7 @@ jobs:
118118
npx semantic-release
119119
120120
- name: Archive npm failure logs
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
if: failure()
123123
with:
124124
name: npm-logs
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
steps:
137137
- name: Checkout master branch
138-
uses: actions/checkout@v3
138+
uses: actions/checkout@v4
139139
with:
140140
fetch-depth: 0
141141
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)