Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and garazdawi committed Oct 22, 2024
1 parent 0aebd56 commit cfc55a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
outputs:
versions: ${{ steps.get-versions.outputs.versions }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
- id: get-versions
name: Fetch latest 3 OTP versions
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
permissions:
actions: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
with:
ref: ${{ matrix.type }}

Expand Down

0 comments on commit cfc55a0

Please sign in to comment.