Skip to content

Commit

Permalink
Merge pull request #166 from gtk-rs/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
bilelmoussaoui committed Aug 11, 2023
2 parents 03b5514 + 72204e8 commit e88ca5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: gtk-rs/gir
ref: master
path: gir
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: gtk-rs/gtk4-rs
ref: master
path: gtk4-rs
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: gtk-rs/gtk3-rs
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Redownload, regenerate, reformat
Expand Down

0 comments on commit e88ca5b

Please sign in to comment.