Skip to content

Commit 16f175b

Browse files
authored
Merge pull request #694 from gphoto/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents aee77b6 + 712194c commit 16f175b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: apt-get install
1717
run: sudo apt-get update && sudo apt-get install -y autopoint gettext libcdk5-dev libaa1-dev libpopt-dev libreadline-dev libjpeg-dev libexif-dev libgphoto2-dev
1818
- name: autoreconf

.github/workflows/checkmarx-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps require - checkout code, run CxFlow Action, Upload SARIF report (optional)
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
# Runs the Checkmarx Scan leveraging the latest version of CxFlow - REFER to Action README for list of inputs
2525
- name: Checkmarx CxFlow Action
2626
uses: checkmarx-ts/checkmarx-cxflow-github-action@v2.3

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)