Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3.1.0 to 3.2.0 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Parisel <[email protected]>
  • Loading branch information
dependabot[bot] and benjaminParisel authored Dec 16, 2022
1 parent 6fed26c commit d9f116b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set env
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-online-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
generate_theme_example:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Build Setup
uses: ./.github/actions/build-setup
- name: Build preview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
surge-token: ${{ secrets.SURGE_TOKEN_DOC }}
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
if: github.event.action != 'closed'
- name: Build Setup
uses: ./.github/actions/build-setup
Expand Down

0 comments on commit d9f116b

Please sign in to comment.