Skip to content

Commit

Permalink
fix(docker): Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
serafdev committed Oct 9, 2023
1 parent c544aa0 commit eaf6ebd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Check Out Repo
uses: actions/checkout@v2
with: # https://stackoverflow.com/a/65081720
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: "0"
- uses: actions/checkout@v4
- name: Install Auto
run : npm i -g auto @auto-it/upload-assets @auto-it/git-tag @auto-it/pr-body-labels @auto-it/exec
- name: Configure git
Expand Down Expand Up @@ -53,7 +49,7 @@ jobs:
env:
RELEASE_VERSION: ${{ needs.release.outputs.version }}
run: echo "$RELEASE_VERSION"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -97,7 +93,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit eaf6ebd

Please sign in to comment.