Skip to content

Commit 4dfbb90

Browse files
committed
Upgraded more actions dependencies
1 parent 05c5cf5 commit 4dfbb90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- name: Docker meta
2727
id: meta
28-
uses: docker/metadata-action@v4
28+
uses: docker/metadata-action@v5
2929
with:
3030
images: |
3131
ghcr.io/${{ inputs.username }}/${{ inputs.name }}
@@ -34,19 +34,19 @@ jobs:
3434
flavor: |
3535
latest=true
3636
- name: Login to GHCR
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@v3
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}
4141
password: ${{ secrets.GH_TOKEN }}
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v1
43+
uses: docker/setup-qemu-action@v3
4444
with:
4545
platforms: arm,arm64
4646
- name: Set up buildx
47-
uses: docker/setup-buildx-action@v1
47+
uses: docker/setup-buildx-action@v3
4848
- name: push
49-
uses: docker/build-push-action@v3
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: ${{ inputs.folder }}
5252
platforms: linux/amd64,linux/arm64

.github/workflows/generate-sqlite-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Server
2727
timeout-minutes: 10
2828
run: npm start
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: SponsorTimesDB.db
3232
path: databases/sponsorTimes.db

0 commit comments

Comments
 (0)