Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Bump actions/checkout from 2 to 2.3.4 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
semanticVersion: ${{ steps.semantic.outputs.semanticVersion }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
token: ${{ secrets.OSS_GITHUB_TOKEN }}

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

Expand Down