Skip to content

Commit

Permalink
actions: Update used Actions to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino authored and amazingfate committed Aug 28, 2024
1 parent 5c2959a commit 6a9e56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
# Login to ghcr.io, for later uploading rootfs to ghcr.io
- name: Docker Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }} # GitHub username or org
password: ${{ secrets.GITHUB_TOKEN }} # GitHub actions builtin token. repo has to have pkg access.

- name: Checkout build repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: armbian/build
ref: main
Expand All @@ -47,7 +47,7 @@ jobs:
ENABLE_EXTENSIONS="pull-request"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-rockchip-vendor
path: output/debs/*.deb
Expand Down

0 comments on commit 6a9e56b

Please sign in to comment.