Skip to content

Commit 2a8d441

Browse files
chore(deps): update actions/checkout action to v3.2.0 (#216)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3.2.0`](https://togithub.com/actions/checkout/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/checkout/compare/v3.1.0...v3.2.0) ##### What's Changed - Add GitHub Action to perform release by [@&#8203;rentziass](https://togithub.com/rentziass) in [https://github.com/actions/checkout/pull/942](https://togithub.com/actions/checkout/pull/942) - Fix status badge by [@&#8203;ScottBrenner](https://togithub.com/ScottBrenner) in [https://github.com/actions/checkout/pull/967](https://togithub.com/actions/checkout/pull/967) - Replace datadog/squid with ubuntu/squid Docker image by [@&#8203;cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002) - Wrap pipeline commands for submoduleForeach in quotes by [@&#8203;jokreliable](https://togithub.com/jokreliable) in [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964) - Update [@&#8203;actions/io](https://togithub.com/actions/io) to 1.1.2 by [@&#8203;cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1029](https://togithub.com/actions/checkout/pull/1029) - Upgrading version to 3.2.0 by [@&#8203;vmjoseph](https://togithub.com/vmjoseph) in [https://github.com/actions/checkout/pull/1039](https://togithub.com/actions/checkout/pull/1039) ##### New Contributors - [@&#8203;ScottBrenner](https://togithub.com/ScottBrenner) made their first contribution in [https://github.com/actions/checkout/pull/967](https://togithub.com/actions/checkout/pull/967) - [@&#8203;cory-miller](https://togithub.com/cory-miller) made their first contribution in [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002) - [@&#8203;jokreliable](https://togithub.com/jokreliable) made their first contribution in [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964) - [@&#8203;vmjoseph](https://togithub.com/vmjoseph) made their first contribution in [https://github.com/actions/checkout/pull/1039](https://togithub.com/actions/checkout/pull/1039) **Full Changelog**: actions/checkout@v3...v3.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Yash-Garg/qBittorrent-Manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4219b8f commit 2a8d441

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/develop_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: needs.file-changes.outputs.any == 'true'
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3.1.0
43+
uses: actions/checkout@v3.2.0
4444
with:
4545
fetch-depth: 0
4646

@@ -66,7 +66,7 @@ jobs:
6666
if: needs.file-changes.outputs.any == 'true'
6767
steps:
6868
- name: Checkout repository
69-
uses: actions/checkout@v3.1.0
69+
uses: actions/checkout@v3.2.0
7070
with:
7171
fetch-depth: 0
7272

@@ -99,7 +99,7 @@ jobs:
9999
if: needs.file-changes.outputs.any == 'true'
100100
steps:
101101
- name: Checkout repository
102-
uses: actions/checkout@v3.1.0
102+
uses: actions/checkout@v3.2.0
103103
with:
104104
fetch-depth: 0
105105

.github/workflows/pr_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: needs.file-changes.outputs.any == 'true'
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v3.1.0
37+
uses: actions/checkout@v3.2.0
3838
with:
3939
fetch-depth: 0
4040
- name: Set up JDK
@@ -56,7 +56,7 @@ jobs:
5656
if: needs.file-changes.outputs.any == 'true'
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v3.1.0
59+
uses: actions/checkout@v3.2.0
6060
with:
6161
fetch-depth: 0
6262
- name: Set up JDK
@@ -81,7 +81,7 @@ jobs:
8181
if: needs.file-changes.outputs.any == 'true'
8282
steps:
8383
- name: Checkout repository
84-
uses: actions/checkout@v3.1.0
84+
uses: actions/checkout@v3.2.0
8585
with:
8686
fetch-depth: 0
8787
- name: Set up JDK

0 commit comments

Comments
 (0)