Skip to content

Commit

Permalink
Merge pull request #68 from nlx-lars/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.5.0
  • Loading branch information
paxuclus authored Mar 24, 2023
2 parents 0314d38 + 4f9bf41 commit f68b453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0

# Validate wrapper
- name: Gradle Wrapper Validation
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0

# 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 @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
ref: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit f68b453

Please sign in to comment.