From c8156a5abdbf8ec6ee0f35fa2c4935e828960cef Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 27 Sep 2024 08:33:23 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Add=20achievement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/events.json b/events.json index 7d577cd..d379015 100644 --- a/events.json +++ b/events.json @@ -83,6 +83,10 @@ } ], "achievements": [ + { + "title": "Apus (Social Media Wall): Add speaker profile picture to conference sessions", + "url": "https://github.com/McPringle/apus/commit/050950cc40244948bdfa1af46bbe965b2a2d88d2" + } ] }, { From 56758f2208cba286dfa701de57a58539aa9fa989 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 27 Sep 2024 08:38:35 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20GitHub=20act?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deprecated extensions broke the build! --- .github/workflows/validate+deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/validate+deploy.yml b/.github/workflows/validate+deploy.yml index b3b236d..8e371fc 100644 --- a/.github/workflows/validate+deploy.yml +++ b/.github/workflows/validate+deploy.yml @@ -2,7 +2,7 @@ name: CI -# Controls when the action will run. +# Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch push: @@ -23,14 +23,14 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: bahmutov/npm-install@v1 # Runs a single command using the runners shell - name: run gulp run: npm run gulp - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Feed-and-Projects path: | @@ -44,14 +44,14 @@ jobs: if: github.event_name == 'push' && github.repository == 'hackergarten/hackergarten.github.io' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: Feed-and-Projects - + - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. - folder: . # The folder the action should deploy. \ No newline at end of file + folder: . # The folder the action should deploy. From f43fa947d0244c8640079bd9411108060ac50b2e Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 27 Sep 2024 08:40:42 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20GitHub=20?= =?UTF-8?q?actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e608c3c..df9b944 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,7 +8,7 @@ jobs: apply-label: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | github.rest.issues.addLabels({