Skip to content

Commit 35ee1cc

Browse files
dependabot[bot]dgolovin
authored andcommitted
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4282754 commit 35ee1cc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/[email protected].0
29+
- uses: actions/[email protected].1
3030

3131
- uses: actions/setup-node@v6
3232
with:

.github/workflows/e2e-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
5656
BRANCH: ${{ inputs.branch || 'main' }}
5757
steps:
58-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
58+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5959
if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
6060
with:
6161
repository: ${{ env.ORGANIZATION }}/${{ env.REPO }}
6262
ref: ${{ env.BRANCH }}
6363
path: ${{ env.REPO }}
6464

65-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6666
if: github.event_name == 'push'
6767
with:
6868
path: podman-desktop-sandbox-ext
@@ -78,7 +78,7 @@ jobs:
7878
echo "REPOSITORY=$repository" >> $GITHUB_ENV
7979
8080
# Checkout podman desktop
81-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
81+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8282
with:
8383
repository: podman-desktop/podman-desktop
8484
ref: main

.github/workflows/pr-check.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:
30-
- uses: actions/[email protected].0
30+
- uses: actions/[email protected].1
3131

3232
- uses: actions/setup-node@v6
3333
with:
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
steps:
63-
- uses: actions/[email protected].0
63+
- uses: actions/[email protected].1
6464

6565
- uses: actions/setup-node@v6
6666
with:
@@ -90,7 +90,7 @@ jobs:
9090
name: Linux
9191
runs-on: ubuntu-24.04
9292
steps:
93-
- uses: actions/[email protected].0
93+
- uses: actions/[email protected].1
9494
- uses: actions/setup-node@v6
9595
with:
9696
node-version: 20
@@ -118,7 +118,7 @@ jobs:
118118
name: linter, formatters and unit tests
119119
runs-on: ubuntu-24.04
120120
steps:
121-
- uses: actions/[email protected].0
121+
- uses: actions/[email protected].1
122122
- uses: actions/setup-node@v6
123123
with:
124124
node-version: 20
@@ -150,7 +150,7 @@ jobs:
150150
env:
151151
SKIP_INSTALLATION: true
152152
steps:
153-
- uses: actions/[email protected].0
153+
- uses: actions/[email protected].1
154154
with:
155155
path: podman-desktop-sandbox-ext
156156

@@ -160,7 +160,7 @@ jobs:
160160
node-version: 20
161161

162162
# Checkout podman desktop
163-
- uses: actions/[email protected].0
163+
- uses: actions/[email protected].1
164164
with:
165165
repository: containers/podman-desktop
166166
ref: main

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
releaseId: ${{ steps.create_release.outputs.id}}
4242

4343
steps:
44-
- uses: actions/[email protected].0
44+
- uses: actions/[email protected].1
4545
with:
4646
ref: ${{ github.event.inputs.branch }}
4747
- name: Generate tag utilities
@@ -79,7 +79,7 @@ jobs:
7979
needs: [tag]
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/[email protected].0
82+
- uses: actions/[email protected].1
8383

8484
- uses: actions/setup-node@v6
8585
with:

0 commit comments

Comments
 (0)