Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#246)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent 246dbf4 commit f599837
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/download.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -32,7 +32,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -48,7 +48,7 @@ jobs:
if: github.ref != 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -63,7 +63,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -78,7 +78,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -93,7 +93,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -111,7 +111,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -126,7 +126,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -146,7 +146,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
id: download
uses: ./
Expand All @@ -162,7 +162,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
id: download
uses: ./
Expand All @@ -178,7 +178,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -193,7 +193,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand All @@ -208,7 +208,7 @@ jobs:
needs: wait
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: ./
with:
Expand Down

0 comments on commit f599837

Please sign in to comment.