Skip to content

Commit

Permalink
Merge pull request #12 from http4k/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
daviddenton authored Oct 28, 2024
2 parents 9940a1a + a12a883 commit b1d2d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
# required by release-tag.sh to correctly identify files changed in the last commit
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: check-out
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
ref: main
- name: setup-java
Expand Down

0 comments on commit b1d2d41

Please sign in to comment.