Skip to content

Commit

Permalink
chore: bump versions in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneyJackson committed May 25, 2024
1 parent 268b8d4 commit e17e337
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Docker meta
id: meta
Expand All @@ -23,13 +23,13 @@ jobs:
type=ref,event=pr
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v4
-
name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io/ourplcc/plcc
username: ${{ github.actor }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
uses: docker://ghcr.io/codfish/semantic-release-action
uses: codfish/semantic-release-action@v3
id: semantic
with:
branches: |
Expand All @@ -29,13 +29,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v4
-
name: Log into container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io/ourplcc/plcc
username: ${{ github.actor }}
Expand Down

0 comments on commit e17e337

Please sign in to comment.