Skip to content

Commit 3b86671

Browse files
authored
chore: Update outdated GitHub Actions versions (#1746)
1 parent 0e5d0b6 commit 3b86671

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
# Checkout, install tools..
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313
with:
1414
token: ${{ secrets.PAT }}
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: '22'
1818
cache: 'npm'
1919
- run: npm install
2020
- run: npm run build
2121
- run: npm run lint
2222
# Save files.
23-
- uses: stefanzweifel/git-auto-commit-action@v4
23+
- uses: stefanzweifel/git-auto-commit-action@v7
2424
with:
2525
commit_message: '[ci skip] Automatic file changes/fix'
2626
branch: 'master'
@@ -34,13 +34,13 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
# Checkout, install tools..
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v6
3838
with:
3939
lfs: true
4040
fetch-depth: 0
4141
# Use docker to build current directory ./Dockfile
4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@v1
43+
uses: docker/login-action@v3
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
markdown-lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v4
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: '22'
1515
cache: 'npm'

0 commit comments

Comments
 (0)