Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 17, 2024
1 parent a7d77b9 commit 3169b57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build the Jekyll site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo apt install bundler
- run: bundle install
- run: bundle exec jekyll build
8 changes: 4 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check out the GapWWW repository in order to make changes to it"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Clone GAP for its most up-to-date release scripts"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: gap-system/gap
ref: master
path: tmp/gap/
fetch-depth: 1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: "Install the required Python modules"
Expand All @@ -33,7 +33,7 @@ jobs:
- name: "Remove GAP clone"
run: rm -rf ./tmp/gap
- name: "Make a pull request to the master branch of this repository"
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
base: master
branch: auto/sync-with-github-releases
Expand Down

0 comments on commit 3169b57

Please sign in to comment.