mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(deps): bump actions/checkout from 3.5.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...83b7061638
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9dc53d0a15
commit
c910e5e49e
2
.github/workflows/build_code.yml
vendored
2
.github/workflows/build_code.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
shell: pwsh
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Install Go 🗳
|
||||
uses: ./.github/workflows/composite/bootstrap-go
|
||||
- name: Run GoReleaser 🚀
|
||||
|
|
2
.github/workflows/close_themes_pr.yml
vendored
2
.github/workflows/close_themes_pr.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Check and close 🔐
|
||||
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
|
||||
with:
|
||||
|
|
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Golang CI
|
||||
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
|
||||
with:
|
||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
|
||||
with:
|
||||
|
|
2
.github/workflows/commits.yml
vendored
2
.github/workflows/commits.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
commitlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: wagoid/commitlint-github-action@456526eec71276a59e74aafdfe06a9632ac2eee1
|
||||
|
|
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Check and comment 👩🏾💻
|
||||
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
|
||||
with:
|
||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Build and Deploy
|
||||
steps:
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
with:
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
|
|
2
.github/workflows/gomod.yml
vendored
2
.github/workflows/gomod.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Check for unused dependencies
|
||||
run: |
|
||||
go mod tidy
|
||||
|
|
2
.github/workflows/inno.yml
vendored
2
.github/workflows/inno.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
working-directory: ${{ github.workspace }}/packages/inno
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Build installer 📦
|
||||
id: build
|
||||
env:
|
||||
|
|
2
.github/workflows/markdown.yml
vendored
2
.github/workflows/markdown.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Lint files
|
||||
uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83
|
||||
with:
|
||||
|
|
2
.github/workflows/merge_contributions_pr.yml
vendored
2
.github/workflows/merge_contributions_pr.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Check and merge ⛙
|
||||
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
|
||||
with:
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
skipped: ${{ steps.changelog.outputs.skipped }}
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Create changelog ✍️
|
||||
id: changelog
|
||||
uses: TriPSs/conventional-changelog-action@858fe562a4d01987825f5e96b2a541f53b22c8b6
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
working-directory: ${{ github.workspace }}/src
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Install Go 🗳
|
||||
uses: ./.github/workflows/composite/bootstrap-go
|
||||
- name: Tag HEAD 😸
|
||||
|
|
2
.github/workflows/scoop.yml
vendored
2
.github/workflows/scoop.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
working-directory: ${{ github.workspace }}/packages/scoop
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Update Template ✍️
|
||||
run: |
|
||||
./build.ps1 -Version ${{ github.event.inputs.version }}
|
||||
|
|
2
.github/workflows/winget.yml
vendored
2
.github/workflows/winget.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
WINGETCREATE_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
||||
- name: Create manifest and submit PR 📦
|
||||
run: |
|
||||
./build.ps1 -Version "${{ github.event.inputs.version }}" -Token $env:WINGETCREATE_TOKEN
|
||||
|
|
Loading…
Reference in a new issue