Skip to content

Commit

Permalink
chore: Update actions/checkout to v3 in build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx committed May 20, 2024
1 parent e64f85f commit bb77459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get version from VERSION file
id: get_version
Expand All @@ -64,7 +64,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get version from VERSION file
id: get_version
Expand Down

0 comments on commit bb77459

Please sign in to comment.