Skip to content

Commit fa947c7

Browse files
chore(deps): update github-actions non-major dependencies
1 parent 9c4161d commit fa947c7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# https://github.com/marketplace/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424

2525
# https://github.com/marketplace/actions/paths-changes-filter
2626
- name: Paths Changes Filter
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
# https://github.com/marketplace/actions/checkout
6767
- name: Checkout
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6969
with:
7070
lfs: 'true'
7171

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
# https://github.com/marketplace/actions/checkout
104104
- name: Checkout
105-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
106106

107107
- name: Copy CI gradle.properties
108108
shell: bash
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
# https://github.com/marketplace/actions/checkout
145145
- name: Checkout
146-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
146+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
147147
with:
148148
lfs: 'true'
149149

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/marketplace/actions/create-github-app-token
1616
- name: Create GitHub App Token
17-
uses: actions/create-github-app-token@v2.1.0
17+
uses: actions/create-github-app-token@v2.1.1
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# https://github.com/marketplace/actions/checkout
2020
- name: Checkout
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2222

2323
# https://github.com/marketplace/actions/github-labeler
2424
- name: Run Labeler

0 commit comments

Comments
 (0)