Skip to content

Commit ed810af

Browse files
build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#31)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d23383 commit ed810af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
generate:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v5
1717
with:
1818
path: client-python
1919
- name: Fetch schema
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
with:
2222
repository: goauthentik/authentik
2323
ref: main

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
app-id: "${{ secrets.GH_APP_ID }}"
2121
private-key: "${{ secrets.GH_APP_PRIV_KEY }}"
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
fetch-depth: 0
2525
token: "${{ steps.app-token.outputs.token }}"
@@ -64,7 +64,7 @@ jobs:
6464
run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
6565
env:
6666
GH_TOKEN: "${{ steps.app-token.outputs.token }}"
67-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6868
with:
6969
fetch-depth: 0
7070
token: "${{ steps.app-token.outputs.token }}"
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Python
7676
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7777
- name: Fetch schema
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979
with:
8080
repository: goauthentik/authentik
8181
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)