Skip to content

Commit

Permalink
Merge pull request #34 from zgosalvez/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.5.0

Bump actions/checkout from 3.4.0 to 3.5.0
  • Loading branch information
zgosalvez authored Apr 30, 2023
2 parents bce2853 + 1e9dc6f commit 0614552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@21991cec25093947ff3f62e4c223df0260c39944

Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
ref: ${{ github.head_ref }} # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch
- name: Get runs.using version
Expand Down

0 comments on commit 0614552

Please sign in to comment.