Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 4bd5d9e.
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 934d594 commit fdd756a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changelog-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Depending on your needs, you can use a token that will re-trigger workflows
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.ARTIFACTORY_ALGOL60_READONLY_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get changed files
id: changed-files
Expand Down

0 comments on commit fdd756a

Please sign in to comment.