Skip to content

Commit ddbed98

Browse files
authored
Update GitHub actions (wei#554)
* Update `actions/checkout` from the defunct `master` branch to `v4` The `master` branch hasn't been updated for over three years. `v4` was released in the last 24 hours. * Use Dependabot to keep GitHub action versions up-to-date
1 parent 2ce229e commit ddbed98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and Push
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@4
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: '16.x'

0 commit comments

Comments
 (0)