Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent fb195df commit a5ab8e6
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 @@ -56,7 +56,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
submodules: true

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

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

# Remove old release drafts by using the curl request for the available releases with a 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 @@ -20,7 +20,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.event.release.tag_name }}
submodules: true
Expand Down

0 comments on commit a5ab8e6

Please sign in to comment.