Skip to content

Commit 88a0dd4

Browse files
chore(deps): update actions/checkout action to v5
1 parent b76f847 commit 88a0dd4

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ada.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717

1818
- name: Set up GNAT toolchain
1919
run: >

.github/workflows/azure-webapps-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v5
3838

3939
- name: Set up Node.js
4040
uses: actions/setup-node@v3

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
security-events: write
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v5
2727

2828
- name: Run DevSkim scanner
2929
uses: microsoft/DevSkim-Action@v1

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:

.github/workflows/ibm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333

3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v5
3636

3737
# Download and Install IBM Cloud CLI
3838
- name: Install IBM Cloud CLI

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v5
3333
- name: Detect package manager
3434
id: detect-package-manager
3535
run: |

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
# Checkout the repository to the GitHub Actions runner
6868
- name: Checkout
69-
uses: actions/checkout@v3
69+
uses: actions/checkout@v5
7070

7171
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
7272
- name: Setup Terraform

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [14.x, 16.x, 18.x]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)