Skip to content

Commit

Permalink
Merge pull request #2 from pacman-repo-builder/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
KSXGitHub authored Mar 7, 2022
2 parents 4548ac7 + a74ea84 commit c15992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release_tag: ${{ steps.release_type.outputs.release_tag }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install some APT packages
run: sudo apt install -y python3
Expand Down

0 comments on commit c15992a

Please sign in to comment.