Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout action to v4.1.6 #40

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
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
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.4
- uses: actions/checkout@v4.1.6

- 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.4
uses: actions/checkout@v4.1.6

- 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.4
uses: actions/checkout@v4.1.6

- 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 @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- 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 @@ -8,7 +8,7 @@ jobs:

steps:
- name: git checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
Expand Down
6 changes: 3 additions & 3 deletions sources/github-actions/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.4
uses: actions/checkout@v4.1.6
with:
ref: ${{ github.head_ref }}

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

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

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

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
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.4
uses: actions/checkout@v4.1.6

- 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.4
uses: actions/checkout@v4.1.6

- 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.4
uses: actions/checkout@v4.1.6

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