⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#114)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-18 09:49:37 +02:00
committed by GitHub
Unverified
parent d11e3237e7
commit 6fbf0bdfeb
3 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: 🚀 Run add-on information action
id: information
uses: frenck/action-addon-information@v1.2.2
@@ -69,7 +69,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.6