Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#3980)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 459a667 commit ec016f6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Pull Yaru
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check sources structure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Yaru code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare container
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr-on-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
]
steps:
# Checkout code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download from ${{ matrix.buildenv.repo }}, on branch ${{ matrix.buildenv.upstreambranch }}
id: checknewupstream
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr-on-icons-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
]
steps:
# Checkout code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download from ${{ matrix.buildenv.repo }}, on branch ${{ matrix.buildenv.upstreambranch }}
id: checknewupstream
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Yaru code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup common variables
id: env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr-on-rendered-icons-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Yaru code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/track-lp-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Checkout code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python 3
uses: actions/setup-python@v4.7.0
- name: Install dependencies
Expand Down

0 comments on commit ec016f6

Please sign in to comment.