Skip to content

Commit

Permalink
Merge pull request #7 from zoenglinghou/gh-actions-update-1714574398
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
zoenglinghou authored May 8, 2024
2 parents 4b84d2d + 861b12f commit 159d16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0 # v3.0.0
uses: docker/setup-buildx-action@v3.3.0 # v3.0.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_TOKEN }}
Expand Down

0 comments on commit 159d16c

Please sign in to comment.