Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0 (#47)
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.7 | v4.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent fb906e7 commit cc9cfa3
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: git checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout latest commit
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1.21.1
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/cljdoc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check-cljdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Cache maven dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Cache maven dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/clojurescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Cache maven dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/deploy_to_clojars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Cache maven dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: git checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
Expand Down
8 changes: 4 additions & 4 deletions sources/github-actions/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}

Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}

Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}

Expand All @@ -74,7 +74,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Scan code
uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/sync_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout latest commit
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Synchronize labels
uses: micnncim/action-label-syncer@v1
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Generate TODO Tickets
uses: ribtoks/tdg-github-action@master
Expand Down

0 comments on commit cc9cfa3

Please sign in to comment.