Skip to content

Commit

Permalink
GitHub workflow checkout action update (v2 -> v4).
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Aranha Baldi Horlle committed Apr 7, 2024
1 parent 618ebca commit a884b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-tagged-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get the tag name
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit a884b7a

Please sign in to comment.