Skip to content

Commit

Permalink
Merge pull request #443 from kurtmckee/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-b93eff89fb

Bump actions/checkout from 4.1.2 to 4.1.4 in the github-actions group
  • Loading branch information
kurtmckee committed May 1, 2024
2 parents a28913a + 291457d commit 52a176f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: "Checkout the repo"
uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2
uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4

- name: "Setup Python"
id: "setup-python"
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

steps:
- name: "Checkout the repo"
uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2
uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4.1.4

- name: "Setup Python"
id: "setup-python"
Expand Down

0 comments on commit 52a176f

Please sign in to comment.