Skip to content

Commit 0961242

Browse files
authored
Merge pull request #243 from utelle/dependabot/github_actions/github-actions-39b8605068
ci: bump the github-actions group with 2 updates
2 parents 1a33852 + 453b732 commit 0961242

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Checkout repository
5151
# -------------------------------------------------
5252
- name: Checkout repository
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454

5555
# -------------------------------------------------
5656
# Create environment variables
@@ -232,7 +232,7 @@ jobs:
232232
# Checkout repository
233233
# -------------------------------------------------
234234
- name: Checkout repository
235-
uses: actions/checkout@v6
235+
uses: actions/checkout@v7
236236
with:
237237
fetch-depth: 0
238238

@@ -359,7 +359,7 @@ jobs:
359359
# Checkout repository
360360
# -------------------------------------------------
361361
- name: Checkout Repository
362-
uses: actions/checkout@v6
362+
uses: actions/checkout@v7
363363

364364
# -------------------------------------------------
365365
# Setup Python
@@ -577,7 +577,7 @@ jobs:
577577
# Checkout repository
578578
# -------------------------------------------------
579579
- name: Checkout repository
580-
uses: actions/checkout@v6
580+
uses: actions/checkout@v7
581581

582582
# -------------------------------------------------
583583
# Create environment variables
@@ -766,7 +766,7 @@ jobs:
766766
# Checkout repository
767767
# -------------------------------------------------
768768
- name: Checkout repository
769-
uses: actions/checkout@v6
769+
uses: actions/checkout@v7
770770

771771
# -------------------------------------------------
772772
# Create environment variables
@@ -1014,7 +1014,7 @@ jobs:
10141014
# Checkout repository
10151015
# -------------------------------------------------
10161016
- name: Checkout repository
1017-
uses: actions/checkout@v6
1017+
uses: actions/checkout@v7
10181018

10191019
# -------------------------------------------------
10201020
# Create environment variables
@@ -1100,7 +1100,7 @@ jobs:
11001100
# -------------------------------------------------
11011101
# Checkout repository
11021102
# -------------------------------------------------
1103-
- uses: actions/checkout@v6
1103+
- uses: actions/checkout@v7
11041104
with:
11051105
fetch-depth: 0
11061106

@@ -1252,7 +1252,7 @@ jobs:
12521252
# -------------------------------------------------
12531253
- name: Create GitHub Release
12541254
if: ${{ env.MODE == 'release' }}
1255-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
1255+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
12561256
with:
12571257
tag_name: "v${{ env.SQLITE3MC_VERSION }}"
12581258
name: "SQLite3 Multiple Ciphers ${{ env.SQLITE3MC_VERSION }} (based on SQLite ${{ env.SQLITE_VERSION }})"

.github/workflows/ci4sqlite3mc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: brew install automake
2525
if: matrix.os == 'macos-latest'
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
- name: Configure
2929
run: |
3030
autoreconf
@@ -48,7 +48,7 @@ jobs:
4848
cc_compiler: [gcc]
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
- name: Build artifact
5353
# The Github Action for non-x86 CPU
5454
# https://github.com/uraimo/run-on-arch-action

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/generate-amalgamation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Checkout repository
2222
# -------------------------------------------------
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/update-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Checkout repository
5252
# -------------------------------------------------
5353
- name: Checkout repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555
with:
5656
fetch-depth: 0
5757

0 commit comments

Comments
 (0)