Skip to content

Commit 1a9d27c

Browse files
authored
Merge pull request #4 from RickCogley/chore/bump-deprecated-node20-actions
chore(ci): bump Node 20 actions to Node 24 and SHA-pin
2 parents 80aff7d + ac1a4cd commit 1a9d27c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/update-profile-readme.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
steps:
2727
- name: Clone repository
2828
# Git clone the repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
ref: ${{ github.head_ref }}
3232
fetch-depth: "0" # Fetch all history for git
3333

3434
- name: Setup Deno environment
3535
# Downloads deno and caches it
36-
uses: denoland/setup-deno@v2
36+
uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
3737
with:
3838
# Latest Deno 2.x version
3939
deno-version: v2.x
@@ -46,19 +46,19 @@ jobs:
4646

4747
- name: Commit changes
4848
# Commit the changes to the repository
49-
uses: stefanzweifel/git-auto-commit-action@v5
49+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
5050
with:
5151
commit_message: Apply changes during gh actions build
5252
status_options: "--untracked-files=no"
5353

5454
- name: Setup Pages
55-
uses: actions/configure-pages@v5
55+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
5656

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
5959
with:
6060
path: "_site"
6161

6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ flowchart TD
122122
| Item | Value |
123123
| --- | --- |
124124
| Repo Total Files | 0 |
125-
| Repo Size in KB | 5045 |
125+
| Repo Size in KB | 5048 |
126126
| Lume Version | v3.2.4 |
127127
| Deno Version | 2.7.13 (linux x86_64) |
128128
| V8 Version | 14.7.173.20-rusty |

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="theme-color" content="hsl(220, 20%, 100%)" media="(prefers-color-scheme: light)">
99
<meta name="theme-color" content="hsl(220, 20%, 10%)" media="(prefers-color-scheme: dark)">
1010

11-
<link rel="stylesheet" href="/rickcogley/styles.css?cb=1776982225706">
11+
<link rel="stylesheet" href="/rickcogley/styles.css?cb=1776982333775">
1212
<link rel="icon" type="image/png" sizes="32x32" href="/rickcogley/favicon.png">
1313
<link rel="canonical" href="https://rickcogley.github.io/rickcogley/">
1414

_site/repo-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ flowchart TD
122122
| Item | Value |
123123
| --- | --- |
124124
| Repo Total Files | 0 |
125-
| Repo Size in KB | 5045 |
125+
| Repo Size in KB | 5048 |
126126
| Lume Version | v3.2.4 |
127127
| Deno Version | 2.7.13 (linux x86_64) |
128128
| V8 Version | 14.7.173.20-rusty |

0 commit comments

Comments
 (0)