Skip to content

Commit

Permalink
Merge pull request #7 from IAreKyleW00t/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
IAreKyleW00t committed Sep 4, 2023
2 parents 697043c + d84c785 commit e2d8cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install SLSA verifier
uses: slsa-framework/slsa-verifier/actions/installer@v2.4.0
Expand All @@ -37,7 +37,7 @@ jobs:
needs: [test]
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Bump version tag
id: tag
Expand Down

0 comments on commit e2d8cfa

Please sign in to comment.