Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3 - autoclosed #3253

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch v4.6.2 -> v4.6.3

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.3

Compare Source

What's Changed

Build 🔧
  • Consolidated a number of build scripts to make publishing easier.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@@ -76,7 +76,7 @@ jobs:
cp "${p}.png" gh-pages/ebnf
cp "${p}.svg" gh-pages/ebnf
done
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: gh-pages
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code diff shows a single change made in the version of the github-pages-deploy-action used in GitHub actions. The version was updated from v4.6.2 to v4.6.3.

No confusions or irregularities are observed in this diff. However, whether the new version works as expected or if it breaks any compatibility should be tested separately because such issues would not be visible just from reviewing the diff.

@@ -38,7 +38,7 @@ jobs:
debug: true
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: target
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code diff represents a small change in a Github Actions workflow file where the version of 'github-pages-deploy-action' is being updated from v4.6.2 to v4.6.3.

There seem to be no obvious confusions or irregularities in the given code diff. However, it's important to note that actual functionality or consequences depends on differences between versions v4.6.2 and v4.6.3 of 'github-pages-deploy-action'. If the new version (v4.6.3) introduces breaking changes or requires different configuration, there might be some issues.

Without additional information about specific commit messages, PR context, or purpose for this change, one can assume that it's a routine version upgrade.

@@ -48,7 +48,7 @@ jobs:
factbase: objectionary.fb
output: pages
logo: https://www.objectionary.com/cactus.svg
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: pages
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided diff doesn't appear to contain any confusions or irregularities. It shows a change in version for the "github-pages-deploy-action" Github action from v4.6.2 to v4.6.3. This change suggests that the repository owner chose to update to a newer version of the action, likely to take advantage of improvements or bug fixes introduced in v4.6.3.

However, keep in mind that actual operation depends on changes between versions 4.6.2 and 4.6.3 of the github-pages-deploy-action. If there were breaking changes introduced in version 4.6.3, this change may cause problems. You should therefore check the release or change logs for those specific versions to understand any implications this update may have on your project execution.

@yegor256
Copy link
Member

yegor256 commented Jul 5, 2024

@rultor please, try to merge, since 23 checks have passed

@rultor
Copy link
Contributor

rultor commented Jul 5, 2024

@rultor please, try to merge, since 23 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jul 5, 2024

@rultor please, try to merge, since 23 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)


nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/jamesives-github-pages-deploy-action-4.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/jamesives-github-pages-deploy-action-4.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 141fd6426..e7a239d3b
Fast-forward
 .github/workflows/ebnf.yml      | 2 +-
 .github/workflows/loc-badge.yml | 2 +-
 .github/workflows/zerocracy.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ load=7.52
++ echo 7.52 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 7.52, low enough to run a new Docker container'
load average is 7.52, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.23.1
+ docker pull yegor256/rultor-image:1.23.1
1.23.1: Pulling from yegor256/rultor-image
Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
Status: Image is up to date for yegor256/rultor-image:1.23.1
docker.io/yegor256/rultor-image:1.23.1
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo_3253\s*$'
+ ls -al .
total 64
drwx------  3 ubuntu ubuntu 4096 Jul  5 19:25 .
drwxrwxrwt 12 root   root   4096 Jul  5 19:24 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Jul  5 19:24 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jul  5 19:25 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    6 Jul  5 19:24 pid
-rw-rw-r--  1 ubuntu ubuntu 2260 Jul  5 19:24 pubring.gpg
drwxrwxr-x  8 ubuntu ubuntu 4096 Jul  5 19:25 repo
-rwxrwxr-x  1 ubuntu ubuntu 6639 Jul  5 19:24 run.sh
-rw-rw-r--  1 ubuntu ubuntu  771 Jul  5 19:25 script.sh
-rw-rw-r--  1 ubuntu ubuntu 4842 Jul  5 19:24 secring.gpg
-rw-rw-r--  1 ubuntu ubuntu  624 Jul  5 19:24 settings.xml
-rw-rw-r--  1 ubuntu ubuntu 8510 Jul  5 19:25 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-C5tv:/main [email protected]:objectionary/eo.git --env=pull_id=3253 [email protected]:objectionary/eo.git --env=fork_branch=renovate/jamesives-github-pages-deploy-action-4.x --env=head_branch=master '--env=pull_title=chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''[email protected]:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=3253'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/jamesives-github-pages-deploy-action-4.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install -y python3-pygments'\'' '\'';'\'' '\''sudo pip3 install pygments'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''gem install texqc:0.6.0'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors -Dstyle.color=never'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-C5tv/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo_3253 yegor256/rultor-image:1.23.1 /main/entry.sh
docker: Error response from daemon: Conflict. The container name "/objectionary_eo_3253" is already in use by container "67cf26b15f9959c1d345962b612ca2af125b7dfa2491e1c8c05b4420a0caeba5". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from e7a239d to 976ee0f Compare July 6, 2024 16:30
@@ -76,7 +76,7 @@ jobs:
cp "${p}.png" gh-pages/ebnf
cp "${p}.svg" gh-pages/ebnf
done
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: gh-pages
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code diff doesn't include any confusion or irregularity. It appears to be a simple version update of the github-pages-deploy-action GitHub Action, from version v4.6.2 to v4.6.3.

As long as the new version (v4.6.3) of the github-pages-deploy-action is compatible and does not introduce breaking changes, this change should not cause any problems. However, you should always check the version's release notes to confirm.

@@ -38,7 +38,7 @@ jobs:
debug: true
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: target
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code diff provided shows an update to a GitHub Action that is used for deployment on GitHub Pages. The version of the action - JamesIves/github-pages-deploy-action - is being updated from v4.6.2 to v4.6.3.

No confusions or irregularities are apparent in this change. It appears to be a simple upgrade to a newer version of the GitHub Action, which is common as new versions often offer better performance, bug fixes or additional features. As long as the new version (v4.6.3) doesn't introduce breaking changes or isn't incompatible with your project setup, everything should work fine. However, you should still test it to ensure nothing was broken by the update.

Remember, my understanding here assumes that there are no other dependencies or requirements elsewhere in your project that might conflict with updating this action from v4.6.2 to v4.6.3.

@@ -47,7 +47,7 @@ jobs:
logo: https://www.objectionary.com/cactus.svg
options: |
github_token=${{ secrets.GITHUB_TOKEN }}
- uses: JamesIves/[email protected].2
- uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: pages
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code diff you provided shows a single change in your GitHub Actions workflow. It upgrades the version of github-pages-deploy-action from v4.6.2 to v4.6.3. This is generally done to take advantage of new features, patches or updates provided in the newer version of the action. As long as v4.6.3 of github-pages-deploy-action is available and does not introduce any breaking changes that affect your configuration, there should be no confusion or irregularities with this code change.

@yegor256 yegor256 merged commit 2a35e96 into master Jul 8, 2024
24 checks passed
@renovate renovate bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3 chore(deps): update jamesives/github-pages-deploy-action action to v4.6.3 - autoclosed Jul 8, 2024
@renovate renovate bot deleted the renovate/jamesives-github-pages-deploy-action-4.x branch July 8, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants