Skip to content

Commit

Permalink
Merge pull request #62 from tweedegolf/dependabot/github_actions/ci-d…
Browse files Browse the repository at this point in the history
…ependencies-a9bb80ae19

Bump actions/checkout from 4.1.7 to 4.2.1 in the ci-dependencies group across 1 directory
  • Loading branch information
tdittr authored Oct 14, 2024
2 parents 444299e + b1b73e8 commit 14e3c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout project
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
persist-credentials: false
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout project
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
persist-credentials: false
- name: Use Node.js
Expand Down

0 comments on commit 14e3c15

Please sign in to comment.