Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/ironshield-api-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
os: [macos-latest, ubuntu-latest]
# os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Install system dependencies based on OS.
- name: Install system dependencies (Ubuntu)
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
# Checkout the repository.
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
steps:
# Checkout the repository at the new version.
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: main

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
steps:
# Checkout the repository at the new version.
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: main

Expand Down
Loading