Skip to content

Commit 4f26447

Browse files
committed
updated the .github .yml files to fix depandabot issues
1 parent a408b59 commit 4f26447

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# build, push and cache the docker image. I have to adjust the following in case of a different repository:
44
# - I have to add the 'BUILD_DATE' arg in the Dockerfile
55
# - I have to create a DOCKER_PASSWORD (use the docker token) in the 'Settings' tab of the repository
6+
# - This github action also updates the dockerhub readme file
67
# References:
78
# - https://github.com/mlampros/IceSat2R/blob/master/.github/workflows/docker_image.yml
89
# - https://github.com/orgs/community/discussions/25768#discussioncomment-3249184
@@ -22,7 +23,7 @@ jobs:
2223

2324
steps:
2425
- name: Check Out Repo
25-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2627

2728
- id: string
2829
uses: ASzc/change-string-case-action@v6

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Deploy to GitHub pages 🚀
4444
if: github.event_name != 'pull_request'
45-
uses: JamesIves/github-pages-deploy-action@v4.5.0
45+
uses: JamesIves/github-pages-deploy-action@v4.7.3
4646
with:
4747
clean: false
4848
branch: gh-pages

0 commit comments

Comments
 (0)