Skip to content

Commit

Permalink
Merge pull request #251 from chizmw/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
chizmw authored Oct 3, 2023
2 parents 93bb392 + 489c96a commit 0c08b57
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/absent-crimson-wildfowl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump actions/checkout from 3 to 4
2 changes: 1 addition & 1 deletion .github/workflows/changelog-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get Change Info
uses: chizovation/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.CHANGESETS_TOKEN }}
# we want to know about all the tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: |
echo "Generated name is: ${{ steps.generator.outputs.name }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: success() && steps.find-pr.outputs.number
with:
# https://github.com/marketplace/actions/add-commit#working-with-prs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
poetry-version: 1.4.2

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# specify the tag as the ref to checkout
ref: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get Changelog Entry
id: get-changelog-entry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
poetry-version: [1.5.1]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚀 Run Label Sync
uses: srealmoreno/label-sync-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
terraform-dir: terraform

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
aws-deployment-role: botc/deploy_json2pdf

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# do this early so it can fail fast
- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 0c08b57

Please sign in to comment.