Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
hone committed Sep 6, 2023
2 parents ef2ec1a + f91bb5d commit 75af1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: ${{ github.event.issue.pull_request || github.event.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Issue Generation
uses: jromero/issue-generation-action@v1.0.0-beta.4
id: issues-generation
Expand Down

0 comments on commit 75af1f3

Please sign in to comment.