Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.2.0 to 4.2.2 (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 652fc04 commit f9c1af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2

# Remove old release drafts by using the curl request for the available releases with draft flag
- name: Remove Old Release Drafts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
ref: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit f9c1af6

Please sign in to comment.