Skip to content

Commit

Permalink
ci: Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Dec 20, 2022
1 parent 4337d8e commit a420dab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v3.0.2"
- uses: "actions/checkout@v3.2.0"

- uses: "./.github/actions/install_python_and_poetry"
with:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3.0.2"
- uses: "actions/checkout@v3.2.0"

- id: "python_and_poetry"
uses: "./.github/actions/install_python_and_poetry"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_package.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3.1.0"
- uses: "actions/checkout@v3.2.0"

- id: "python_and_poetry"
uses: "./.github/actions/install_python_and_poetry"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3.1.0"
- uses: "actions/checkout@v3.2.0"

- name: "Fetch git data"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3.1.0"
- uses: "actions/checkout@v3.2.0"
with:
ref: "main"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
app_id: "${{ secrets.BADABUMP_APP_ID }}"
private_key: "${{ secrets.BADABUMP_APP_PRIVATE_KEY }}"

- uses: "actions/checkout@v3.1.0"
- uses: "actions/checkout@v3.2.0"
with:
ref: "main"
token: "${{ steps.token.outputs.token }}"
Expand Down

0 comments on commit a420dab

Please sign in to comment.