Skip to content

Commit

Permalink
Merge pull request #10 from IAreKyleW00t/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
IAreKyleW00t committed Sep 4, 2023
2 parents a7ff2cb + d61e0aa commit e771f8b
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 Cosign
uses: sigstore/cosign-installer@v3.1.2
Expand All @@ -38,7 +38,7 @@ jobs:
if: github.event_name == 'push'
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Bump version tag
id: tag
Expand Down

0 comments on commit e771f8b

Please sign in to comment.